Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/27/09 13:13
Read: times


 
#170101 - Macros also in C
Responding to: ???'s previous message
Preprocessor constructs using #define in C is also sometimes called macros. Just as in the case of assembler macros, they will perform a source code expansion, where the reference to the define gets replaced with a sequence C tokens - possibly containing yet more #defined symbols to expand.

List of 6 messages in thread
TopicAuthorDate
Macros            01/01/70 00:00      
   more information needed            01/01/70 00:00      
   Macros            01/01/70 00:00      
      Thanks for help.            01/01/70 00:00      
          Macros also in C            01/01/70 00:00      
            It's a general term            01/01/70 00:00      

Back to Subject List