I have a c++ project, is it possible to define a macro in the project that affects the text files in the project as well. So to have in the c++ something like "#define ANIMAL dog"
Text File: Good ANIMAL
c++ reads in the text file as: Good dog
Since the text files wouldn't be compiled I wouldn't think there'd be a way, but any help would be appreciated!