Hi all,
Is it possible to define a preprocessor constant using another constant and a string in the declaration, like this:
#define MAIN_PATH = "C:\\My Documents\\"
#define SUB_DIR = MAIN_PATH + "MyFolder\\"
I'm using VC++ 2010 Express...
Thanks,
Dean