0
Why iostream.h shows error?? Plz say
6 Respostas
0
use <iostream>
iostream.h is old
0
then which is the new compiler
0
if it's showing an error, you're probably already using the new one
read more on the difference here: http://members.gamedev.net/sicrane/articles/iostream.html
0
i got error while doing a prg in this app
0
try typing below #include<iostream>:
using namespace std;
0
thank you