On Thu, 23 May 2002, Steven Boothe wrote:

> Hello everyone:
> 
> I seem to have a problem compiling a simple hello.cpp program:
> """""""""""""""""""""""""
> #include <iostream.h>
> int main()
> {
>   cout << "Hello, world." << endl;
>   return 0;
> }
> """""""""""""""""""""""""
> 
> The error I get is:
> 
> [sboothe@poretz sboothe]$ gcc hello.cpp


Use g++ to compile c++ programs. Make sure that you have gcc-c++
installed also.


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

Reply via email to