c++ - __FILE__ macro
- Karyn Chen (4/4) Nov 15 2004 I am using the __FILE__ macro but am having problems. Sometimes the macr...
I am using the __FILE__ macro but am having problems. Sometimes the macro is replaced by the file name, File.cc, both other times it is replaced by the whole path name like /home/dev/test/File.cc. How can I prevent the whole path name from printing?
Nov 15 2004