This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 问一个关于在AIX上compile C++的菜鸟问题:lslpp -l|grep xlC,显示:
xlC.cpp 9.0.0.0 COMMITTED C for AIX Preprocessor
说明有cpp compiler存在,
怎样用cpp去compile一个c file,最好给个例子哈。谢谢
-the_lost_mind(享受坠落20尺的心跳);
2009-6-4
{176}
(#5314035@0)
-
为啥要用C++变异器编C file?
cc for C
cxx for C++
-shakesear(shakesear);
2009-6-19
(#5358054@0)
-
xlc try.cpp -o try
-limn(limn);
2009-7-19
(#5428116@0)
-
xlc try.c -o try.exe
-limn(limn);
2009-7-19
(#5428117@0)