h*******a 发帖数: 10 | 1 Hi, can anyone help me with how to use #pragma in Unix? where can I find the
online doc explaining this?
Thanks in advance! |
m*****e 发帖数: 4193 | 2 why do you need it? forget it in Unix.
【在 h*******a 的大作中提到】 : Hi, can anyone help me with how to use #pragma in Unix? where can I find the : online doc explaining this? : Thanks in advance!
|
h*******a 发帖数: 10 | 3 I don't have new GNU C++ compiler and the code is from another people.
I have to revise the code.
【在 m*****e 的大作中提到】 : why do you need it? forget it in Unix.
|
m*****e 发帖数: 4193 | 4 Then understand the code, see why #progma is used, and convert it to GCC
grammer or discard it.
【在 h*******a 的大作中提到】 : I don't have new GNU C++ compiler and the code is from another people. : I have to revise the code.
|
c*****t 发帖数: 1879 | 5 #pragma are compiler directives. They are compiler specific. So,
you need to know the orginal compiler and the current compiler
and then read their manuals for more information.
【在 h*******a 的大作中提到】 : Hi, can anyone help me with how to use #pragma in Unix? where can I find the : online doc explaining this? : Thanks in advance!
|