在我的centos7.0系统中,当我用g++ test.cpp -o编译代码时,输出是"is linux system“。使用g++ test.cpp -std=c++11 -o编译测试时,输出为"is not linux system“#include <iostream>int main(){
#ifde
当我在ubuntu 12.04中编译physx的demo时,总是出现一些错误,就像这样
./../../SampleFramework/platform/lib/linux64/libSamplePlatform-MTCHECKED.a(LinuxSamplePlatform.cpp.o): In function/SampleFramework/platform/src/linux/LinuxSampl