由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - #pragma
相关主题
GCC 和 G++ 的区别在什么地方?A question about GCC
GCC的编译?C++5.0的初级问题
GCC 一问关于dbx请教
hOW CAN i COMPILE AND RUN FORTRAN?any debugging tool?
Re: can I install fonts to view Chinese急问:UNIX (SOLARIS 7。0)中C++ COMPILER命令到底是什么呀?
g++编译时加了优化代码选项是不是会改变代码顺序?Re: 急问:UNIX (SOLARIS 7。0)中C++ COMPILER命令到底是什么呀?
where is libstdc++请问:装了GCC以后
[转载] ask a question.Unix下好好的到了linux下segment fault
相关话题的讨论汇总
话题: pragma话题: compiler话题: unix话题: hi话题: explaining
进入Unix版参与讨论
1 (共1页)
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!

1 (共1页)
进入Unix版参与讨论
相关主题
Unix下好好的到了linux下segment faultRe: can I install fonts to view Chinese
Questions about Makefileg++编译时加了优化代码选项是不是会改变代码顺序?
[转载] 请教三个关于emacs和perl的问题where is libstdc++
A tough compiler problem[转载] ask a question.
GCC 和 G++ 的区别在什么地方?A question about GCC
GCC的编译?C++5.0的初级问题
GCC 一问关于dbx请教
hOW CAN i COMPILE AND RUN FORTRAN?any debugging tool?
相关话题的讨论汇总
话题: pragma话题: compiler话题: unix话题: hi话题: explaining