i have been programming for about 3 years now. my c++ professor this trimester is using something i haven't seen before, well maybe i have, just not used personally.

Instead of using -

#include <iostream.h>

he uses -

#include <iostream>
using namespace std;

can someone please tell me the difference and if it provides any significant value or advantage?

THANKS: