GP32 Compiler Question


Phil

FAPPO!
Joined
Jun 16, 2003
Messages
968
Location
Ireland
Website
Visit site
i found a book on teaching c++ coding and am going to begin coding.

just want to know of a good compiler, i have dev-c++, but it gives me unable to compile.

i have the small version but should i get the full one or just get another one.

p.s if anyones interested the code is.

1: #include <iostream.h>
2:
3:
4: int main();
5: {
6: cout <<"Hello World!\n";
7: return 0;
8: }
 
i know about the numbers(i just copied and pasted from the ebook) i'll try it without the semicolon and i just got a new compiler too so fingers crossed.
 
Back
Top