c++ - Compile time warnings -


does 1 know how specify user defined warnings #pragma warning directive in vs?

#pragma message ("message") 

see how use #pragma message generate user-defined warning messages in visual c++.

#pragma warning not used specify user defined warnings modify behavior of built-in compiler (warning) messages.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -