HI, how come this macro doen't work?Code:#define PRINT(STR,VAR) \ cout << STR " = " VAR << endl int i = 10; PRINT("i;", i);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 19
Thread: macroThreaded View
|
Click Here to Expand Forum to Full Width |