- Jul 9, 2003
- 291
- 0
- 0
Hi, I just downloaded textpad and visual c++ 2003 toolkit, how do I compile a C++ program once I'm finished writing the code?
there might be a way to directly compile the .cpp or .c file, but i dont know how, i always work with make files
Originally posted by: Nothinman
there might be a way to directly compile the .cpp or .c file, but i dont know how, i always work with make files
Make files generally just hold the commands used to compile the files, how would you not know those commands if you made the make files?
Originally posted by: Nothinman
Probably true, but why waste time messing with nmake at all then? Why not just hit the compile button?
