编译指令#pragma详解

编译指令#pragma详解
编译指令#pragma详解

With #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 without any error or warning message.

你可能感兴趣的:(C++,c,C#,C++Builder)