c++ - compiling cpp files
- Goku (2/2) Aug 16 2001 in ms-dos when i put scppn "main.cpp" -v it said compiling complete, but
- Jan Knepper (3/3) Aug 16 2001 Should be in the same directory in this case.
- Jan Knepper (3/6) Aug 16 2001 Sorry, actually you might have to use sc main.cpp -v
- Walter (3/5) Aug 16 2001 scppn will compile, but will not link. Use sc to compile and link, as in...
in ms-dos when i put scppn "main.cpp" -v it said compiling complete, but where did it put the .exe?
Aug 16 2001
Should be in the same directory in this case. The name should be main.exe Jan
Aug 16 2001
Sorry, actually you might have to use sc main.cpp -v Jan Jan Knepper wrote:Should be in the same directory in this case. The name should be main.exe Jan
Aug 16 2001
scppn will compile, but will not link. Use sc to compile and link, as in: sc main.cpp -v Goku wrote in message <9lhmtg$9n4$1 digitaldaemon.com>...in ms-dos when i put scppn "main.cpp" -v it said compiling complete, but where did it put the .exe?
Aug 16 2001