Syntax
#pragma directive-name
Description
With #pragma, you can set compiler directives in your source code, without interfering with other compilers that also support #pragma. If the compiler doesn't recognize directive-name, it ignores the #pragma directive without any error or warning message.
The CodeGear C++ supports the following #pragma directives: (Links to these topics are at the bottom of this topic.)
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|