help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Porting to g++ on Linux questions


From: Jason Kraftcheck
Subject: Re: Porting to g++ on Linux questions
Date: Thu, 31 Mar 2005 15:58:05 -0600
User-agent: Debian Thunderbird 1.0 (X11/20050116)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]