Hi All,
i am having a problem understanding the below piece of code:
#define DECLARE_OLD_HANDLE(a) \
typedef struct a##__ { int unused; } *a; \
typedef a *P##a, *LP##a
i want to know what are the __ and the ## used for.
Regards,
Preetham.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: encode the #define...Threaded View
|
Click Here to Expand Forum to Full Width |