The standard includes macros line __LINE__ & __FILE__, and C99 adds __FUNCTION__ which is technically not part of C++ yet.
What additional ones does MSVC++ add which are useful/cool? I found __FUNCTION__ is supported but are there any other totally MS-specific ones worth knowing about?