ranjit bhonsle wrote:
Hello all,
Why does the gcc compiler give a lot of errors when using
iostream.h as a header file? Including iostream causes the
compiler to complain about cout and cin not being declared.
use #include <iostream> with a g++ compiler - gcc is a GNU 'C' Compiler
while g++ is the GNU C++ compiler
-
__________________________
Madhur Kumar Tanwani
--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in)
List Information: http://plug.org.in/mailing-list/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.