What is the significance of #pragma directive? I read it in a book and still dont seem to understand it .
This is a discussion on #pragma directive within the C Programming forums, part of the General Programming Boards category; What is the significance of #pragma directive? I read it in a book and still dont seem to understand it ...
What is the significance of #pragma directive? I read it in a book and still dont seem to understand it .
pragma directives are things specific to a certain computer architecure (hardware, or operating system).
Here's MSDN's explanation and list: Pragma Directives (C/C++) (so those are all directives that are specific to compiling for Microsoft operating systems
Pragma are compiler-specific stuff.
Some of them are OS-specific.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^