Message-Id: <199801270953.EAA08097@delorie.com> From: ruleboy AT weblock DOT tm DOT net DOT my To: djgpp AT delorie DOT com Date: Tue, 27 Jan 1998 17:51:19 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: iostream.h Precedence: bulk I gotta problem here, i'm running rhide with djgpp and can't seem to get some stuff goin: first you don't have some header files like iostream.h sorry if there's some other file names becoz i'm used to Borland C++ so, i used io.h for a test prog like this: #include main () { int x, y, sum; cout<<"\nEnter first number: "; cin>>x; cout<<"\nEnter second number:"; cin>>y; sum = x + y cout<<"\nSum = "<