Archive for C / C++

Unicode and __FILE__

__LINE__ and __FILE__ allow your code to access its own line number and source file name and is pretty much intended for debugging purposes.

Funny thing is, in a unicode world, __FILE__ stubbornly remains good old fashioned 8-bit char, Read more