On Sat, 16 Nov 2002 15:25:06 -0500
"wrnash" <[EMAIL PROTECTED]> wrote:

> I'm trying to learn to program in c++.  I bought a book and I install
> the software on a windows machine and was able to run my first program.
> Now I would like to run this on a linux mandrake 9.0 machine.  I do not
> know how to do this.  This is the program I use from the book.
> ----- snip ----------
> 
> Sorry if this is the wrong newsgroup.
> I type the following and I get a error
> 
> Gcc hello.cpp
 
Try this:
  g++ -o hello hello.cpp
then
  ./hello
> Is there a program I can use like visual c++ 6.0 under linux.
There are IDEs, like Snavigator, some commercial.  While you are learning
you might be better with the command line and an editor.
-- 
Len Lawrence



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to