www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - compiling cpp files

↑ ↓ ← "Goku" <javadkarabi hotmail.com> writes:
in ms-dos when i put scppn "main.cpp" -v it said compiling complete, but
where did it put the .exe?
Aug 16 2001
Jan Knepper <jan smartsoft.cc> writes:
Should be in the same directory in this case.
The name should be main.exe

Jan
Aug 16 2001
↑ ↓ → Jan Knepper <jan smartsoft.cc> writes:
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
→ "Walter" <walter digitalmars.com> writes:
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