Connecting Tech Pros Worldwide Help | Site Map

the replacement rules of the macro?

XHengDF@gmail.com
Guest
 
Posts: n/a
#1: Mar 15 '06
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

Victor Bazarov
Guest
 
Posts: n/a
#2: Mar 15 '06

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


Sebastian Redl
Guest
 
Posts: n/a
#3: Mar 15 '06

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
XHengDF@gmail.com
Guest
 
Posts: n/a
#4: Mar 16 '06

re: the replacement rules of the macro?


thanks!

Closed Thread


Similar C / C++ bytes