My application saves a few files in specified paths depending on which mode the program is running....that is either debug or release mode...How can I find out through coding that in which mode my program is currently running on? so that I can write the correct if else statement..
Please help me..
I am using VS2005 with C++98..