Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - predefined_macros http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                            Predefined_Macros

   The C++ language specifies one predefined macro:
   __cplusplus    Defined and set to 1

   In addition the following predefined macros are specified by the  ANSI
   C guidelines:

   __LINE__  Set to current line number in the source file.
   __FILE__  Set to a string which is the current source file name.
   __DATE__  Set to a string which is the current date.
   __TIME__  Set to a string which is the current time.
   __STDC__  Non ANSI language extensions disabled.

   There  are a number of other predefined macros which are  specific  to
   Zortech C++. Please refer to the chapter on Zortech Implementation for
   further details.


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