| Thread overview | ||||||
|---|---|---|---|---|---|---|
|
August 17, 2001 compiling cpp files | ||||
|---|---|---|---|---|
| ||||
in ms-dos when i put scppn "main.cpp" -v it said compiling complete, but where did it put the .exe? | ||||
August 17, 2001 Re: compiling cpp files | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Goku | Should be in the same directory in this case. The name should be main.exe Jan | |||
August 17, 2001 Re: compiling cpp files | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Jan Knepper | 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
| |||
August 17, 2001 Re: compiling cpp files | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Goku | 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?
>
>
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply