Re: [newbie] Compiling C++ programs

1999-11-01 Thread John Aldrich
On Mon, 01 Nov 1999, you 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. > Did you install the GCC++ stuff? Generally if you

Re: [newbie] Compiling C++ programs

1999-11-01 Thread sphilp
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

[newbie] Compiling C++ programs

1999-11-01 Thread David Smith
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. Thanks, David