Is this a stupid question? Or can I specify g++ to use a program between the preprocessor and compiler?
Alternatively, I know that I can just run the preprocessor on a file (hence all the files). Then I am guessing there is a switch to run only the compiler. So I can manually invoke these two and put my program between. If so, how do I run compiler(and linker?) only?
I'd rather prefer the first method as our builder would probably not agree with me :).