View Single Post
VEN
Veteran Member
Join Date: Jan 2005
Old 11-03-2006 , 06:20   Re: The Preprocessor (#if, #include, #pragma, etc.)
Reply With Quote #3

Corrections:

Quote:
sizeof (another preprocessor directive
sizeof isn't a preprocessor directive, it's a pawn operator

Quote:
The next important preprocessor macro is pragma
The pragma isn't a preprocessor macro, it's a preprocessor directive. The macro is a substitution block which can be created with define directive.

Last edited by VEN; 11-03-2006 at 06:29.
VEN is offline