Did you know that including <iostream> causes you to include a total of 38 header files
<iostream.h> on the other hand includes only 4 other headers...

And I checked, you don't need to use namespace std for <csomething> includes (the C headers).