Connecting Tech Pros Worldwide Help | Site Map

the replacement rules of the macro?

  #1  
Old March 15th, 2006, 02:25 AM
XHengDF@gmail.com
Guest
 
Posts: n/a
recent days. i am confuse on the macros in boost.
could anyone tell me the replacement rules of the macros in c++,
or somelinks about the macros in boost

thanks

  #2  
Old March 15th, 2006, 04:35 AM
Victor Bazarov
Guest
 
Posts: n/a

re: the replacement rules of the macro?


XHengDF@gmail.com wrote:[color=blue]
> recent days. i am confuse on the macros in boost.
> could anyone tell me the replacement rules of the macros in c++,
> or somelinks about the macros in boost[/color]

What book on C++ are you reading that doesn't explain macro
substitution?

V
--
Please remove capital As from my address when replying by mail


  #3  
Old March 15th, 2006, 01:55 PM
Sebastian Redl
Guest
 
Posts: n/a

re: the replacement rules of the macro?


Victor Bazarov wrote:
[color=blue]
> XHengDF@gmail.com wrote:[color=green]
>> recent days. i am confuse on the macros in boost.
>> could anyone tell me the replacement rules of the macros in c++,
>> or somelinks about the macros in boost[/color]
>
> What book on C++ are you reading that doesn't explain macro
> substitution?
>
> V[/color]

I've yet to see a really correct technical explanation of the macro
substitution process in a C++ book.

There was, however, a lengthy and informative post on the topic in the Boost
developer list by the author of Boost.Preprocessor:
http://archives.free.net.ph/message/...e58b0b.en.html

--
Sebastian Redl
  #4  
Old March 16th, 2006, 02:35 AM
XHengDF@gmail.com
Guest
 
Posts: n/a

re: the replacement rules of the macro?


thanks!

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
comp.lang.c FAQ list Table of Contents Steve Summit answers 0 November 13th, 2005 09:56 PM
comp.lang.c FAQ list Table of Contents Steve Summit answers 0 November 13th, 2005 07:45 PM
Const Vs Macro arut answers 3 November 13th, 2005 05:36 PM
comp.lang.c FAQ list Table of Contents Steve Summit answers 0 November 13th, 2005 03:16 AM