0
In my School I learned that I type iostream.h not iostream and using namespace std what is logic behind it
1 Resposta
+ 4
If I recall correctly, iostream.h is deprecated and you'll want to use iostream instead. I haven't been focused on C++ in years though, so don't quote me on that.
#include <iostream>