Red Squirrel
No Lifer
Is there a way with G++ to compile, but have it generate a .cpp file that has all the contents of all the includes (in order) but in one file? That includes the stuff like iostream etc....
Basically what I want to be able to create is a stand alone .cpp file that I can put on another PC for quickly recompiling a program without worrying about header dependencies/paths etc.
Of course I'd still need to have any libraries installed and what not.
Basically what I want to be able to create is a stand alone .cpp file that I can put on another PC for quickly recompiling a program without worrying about header dependencies/paths etc.
Of course I'd still need to have any libraries installed and what not.