I just downloaded DJGPP Friday, because I was getting frustrated with Dev-C++. Now I just noticed...IOSTREAM ISN"T IN DJGPP! I tried to copy Dev-C++'s iostream over into DJGPP's include directory. I kept coming up with some file is missing. I copy that file over. Then another is missing. Finally I copied Dev-C++ whole include directory over to DJGPP's. Still didn't work. I was tempted to hit my monitor.

The reason I need IOSTREAM is for cin. If you have an cin equivelent, plz tell me!

PS: If you are totally retarded and don't know what cin is, look at the tutorials.