"xcrazy" <[EMAIL PROTECTED]> writes:

> but what header should i use instead of iostream??

Use '#include <iostream>' instead of '#include <iostream.h>'
You'll probably need to add 'using namespace std;' as well.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to