> I tried the gcc, I actually used the command g++ at the command prompt and
> every time it gives me an error saying "iostream.h is not found."  Is 

You must be real new to C++.  You're going to have to read a wee bit
to get things set up as it's beyond the ability of a conference like
this to walk you from asking the question you've just asked to
successfully programming in C++.  The simple answer to your question
is that iostream.h is the most basic of basic class groups in the C++
language.  If you've got GNU C++ installed, this file exists on your
machine.

Cheers --- Larry

Reply via email to