The __FILE__ preprocessor __FILE__ in Visual C ++ 10 expands to the name of the source module, but in lower case, for example
c:\path\to\my\file\somesource.cpp
when the file name is actually
SomeSource.cpp
Can this behavior be changed?
visual-studio-2008 visual-c ++ visual-studio-2010
pesche
source share