Predefined macro list.

J

jason.cipriani

I've cross-posted this to c.l.c++ and c.l.c.

I was looking around on the internet today and came across a really
nice list of predefined macros for various platforms, compilers,
architectures, etc. It's handy enough that I figured I'd share it:

http://predef.sourceforge.net/

Click the links at the top to browse categories. A good one to
bookmark for future reference. It seems to be actively maintained.

Jason
 
A

asm23

I've cross-posted this to c.l.c++ and c.l.c.

I was looking around on the internet today and came across a really
nice list of predefined macros for various platforms, compilers,
architectures, etc. It's handy enough that I figured I'd share it:

http://predef.sourceforge.net/

Click the links at the top to browse categories. A good one to
bookmark for future reference. It seems to be actively maintained.

Jason
Thanks Jason for sharing this knowledge.
It is useful to lookup the predefined macros in my system. I'd bookmark
the website.
 
R

Rüdiger Ranft

I've cross-posted this to c.l.c++ and c.l.c.

I was looking around on the internet today and came across a really
nice list of predefined macros for various platforms, compilers,
architectures, etc. It's handy enough that I figured I'd share it:
You can get a (incomplete) list of macros from gcc with this trick:
echo '' > x.c
gcc -E -dM x.c
g++ -E -dM x.c

bye
Rudi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top