|
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
|
- Re: [newbie] Help with learning to program wrnash
- Re: [newbie] Help with learning to program Stephen Kuhn
- Re: [newbie] Help with learning to program David C. Fox
- RE: [newbie] Help with learning to prog... wrnash
- Re: [newbie] Help with learning to ... Rodrigo Borghette Schmidt
- Re: [newbie] Help with learning to program Len Lawrence
