Terry wrote:
> Hello, I am new to the list and am happy to see there is help available.
> 
> I have ported a large project from AIX to Sun, and now to Windows
> sucessfully.  Now I am moving it to Linux.  However, I am having a couple of
> problems that I did not see in the other environments.  My search for
> answers has been fruitless.
> 
> First question:
> 
> Where do I find a list of built-in compiler defines that I can use in my
> program for conditional compilations?
> 
> For example, I use constructs like:
> 
> #if defined(MSC)
>       ....
> #endif
> 
> Or
> #if defined(_DEBUG)
>       ...
> #endif
> 


http://www.google.com/search?q=gcc+predefined+preprocessor+macros
_______________________________________________
Help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to