Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - the "message" pragma can be used to issue a message with the specified text http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The "message" pragma can be used to issue a message with the specified text
to the standard output without terminating compilation.  The following
describes the form of the "message" pragma.

+--------------------------------------------------------------------------+
|      #pragma message ( "message text" ) [;]                              |
|                                                                          |
+--------------------------------------------------------------------------+

where
    description

"message text"
    is the text of the message that you wish to display.

The following is an example.


     #if defined(__386__)
         ...
     #else
     #pragma message ( "assuming 16-bit compile" );
     #endif

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson