编译指令#pragma详解
2016-07-27
19
编译指令#pragma详解2009-10-07With #pragma, C++Builder can define the directives it wants without interfering with other compilers that support #pragma. If the compiler doesn"t recognize directive-name, it ignores the #pragma directive w...