The __COUNTER__ symbol is provided by VC++ and GCC, and gives an increasing non-negative integral value each time it is used.
__COUNTER__
I\'m interested to learn w
I've used it to generate unique types in this article: http://www.codeproject.com/Articles/42021/Sealing-Classes-in-C