Hello all,

I am a complete newbie trying to learn this stuff. I actually have two questions;

1) I have been looking through a few of the recent threads and I have noticed some differences to my programming, (I'm using MicroSoft Visual Studio 6.0 by the way).

On this site's programs the header files are:-
Code:
#include <iostream>
#include <fstream>
On my programming I have to add .h to the header files. Why?

I'll post the second question on a different message.