Phil
FAPPO!
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: }
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: }