Thread: Directives and Macro Resources

  1. #1
    Imperator of Darkness Luciferek's Avatar
    Join Date
    Jun 2008
    Location
    Detroit, MI
    Posts
    38

    Directives and Macro Resources

    Hello
    I am looking for resources on Directives and Macros. Something like an indepth tutorial or chapter from book dedicated to that topic would be great
    Thank you!

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Googling for "C preprocessor" will probably give you a fair few hits. One of those are:
    http://en.wikipedia.org/wiki/C_preprocessor

    It also contains links to other resources that can be useful, e.g. the SourceForge page with predefined macros.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. understanding c preprocessor directives...
    By smoking81 in forum C Programming
    Replies: 18
    Last Post: 09-23-2008, 03:24 AM
  2. Preprocessor Directives in MFC Applications
    By Caldus in forum Windows Programming
    Replies: 1
    Last Post: 07-17-2006, 12:33 PM