What are some tricks I can use with macros?

Posted by Sasha on Stack Overflow See other posts from Stack Overflow or by Sasha
Published on 2009-03-16T13:42:17Z Indexed on 2010/05/24 20:41 UTC
Read the original article Hit count: 134

Filed under:
|
|

In our legacy code, as well as our modern code, we use macros to perform nifty solutions like code generations, etc. And we make use of both the # and ## operators.

I am curious how other developers use macros to do cool things, if they use them at all.

© Stack Overflow or respective owner

Related posts about c++

Related posts about c