I don't see how those macros makes the code cleaner.In my opinion all they do is to make things more obfuscated. Do you have macros like
as well?Code:#define DIVIDE(x,y) (x/y) #define ASSIGN(x,y) (x=y) #define COMPARE(x,y) (x==y)
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |