On Mon, Nov 01, 1999 at 05:28:58PM -0500, David Smith wrote:
>
> Hi.
> I'm new to Linux and C++... (what a dangerous combination!), but I have
>
> not been able to figure out how to complie and link my rookie
> programs... can someone please point me in the right direction.
g++ -o <output_name> <source_name>
./<output_name>
--
Steve Philp
Network Administrator
Advance Packaging Corporation
[EMAIL PROTECTED]
- [newbie] Compiling C++ programs David Smith
- Re: [newbie] Compiling C++ programs sphilp
- Re: [newbie] Compiling C++ programs John Aldrich
