I want to acheive the following
void ab()
{
}
#define X1 a
#define X2 b
#define X X1##X2
X(); // So I want this to be equivalent to calling ab()
any ideas how i can acheive that ?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: I want to acheive thisThreaded View
|
Click Here to Expand Forum to Full Width |