what is the problem why do you need help?
what compiler and OS are you using?
also <iostream.h> is depreciated it is suggested to use
CODE
#include <iostream>
using namespace std;
unless of course your compiler is to old like the one I use at school.
In which case I suggest you upgrade if possible.
This post has been edited by Jingle: 15 Feb, 2008 - 07:05 PM