Why doesn't everyone start using (unless you have an older compiler) the:

#include <iostream> //notice no .h

using namespace std;

?

Was just wondering if their is a reason between the two.