Hello,

 

 

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.

 

#include<iostream>

 

int main()

{

            std::cout<<”Hello, new world!\n”;

}

Sorry if this is the wrong newsgroup.

 

I type the following and I get a error

Gcc hello.cpp

Is there a program I can use like visual c++ 6.0 under linux.

Thanks Bill Nash

 

Reply via email to