Tuesday, July 28, 2009

Dev c++ Help...?

I downloaded full dev c++ yesterday but i cant programme a bit.


The classic Hello World window shuts down as soon its open.


COdes from Books also give stunning errors like it wants me to declare cout and cin. Iostream.h can not be found and almost all programme even from its help material are giving compile error. How can i resolve these errors or any other small software for c++ that allows me to write and compile?

Dev c++ Help...?
The Hello.c window shuts down because the program finishes. If you want it to not shut down put a breakpoint at the return.





iostream.h and the other header files are probably there but Dev c++ cant find them. I assume you are using "%26lt;" and "%26gt;" to bracket the file name.





I also assume that you are including





using namespace std;





I the above are true then there should be an option that will let you tell the compiler where to look for system include files.

blazing star

No comments:

Post a Comment