can you explain what exactly the following does
#define PTR_XOR(a, b) (void*)( ((int)(a)) ^ ((int)(b)))
i guess a and b would be addresses
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 11 of 11
Threaded View
|
Click Here to Expand Forum to Full Width |