I am writing some code that is to be protable across linux, unix and windows. I need to exclude some lines when compiling for windows. I have discovered that the symbol __unix__ may be helpful.
What other symbols are standard or common?
Is there a __windows__ or __win2000__?
Where might I find a listing of them for future reference?
When they are "defined", do they have a value or are they like a boolean?
ThanX in advance



LinkBack URL
About LinkBacks


