using iostream header
-
Hi, In my console application (Visual Studio 2005) I can't include "iostream.h" header file instead of that I need to include following code.
#include using namespace std;
Can anyone please tell me why it is that I remember in "Turbo C" I only used iostream.h and it was sufficient.Thanks, Mushq
-
Hi, In my console application (Visual Studio 2005) I can't include "iostream.h" header file instead of that I need to include following code.
#include using namespace std;
Can anyone please tell me why it is that I remember in "Turbo C" I only used iostream.h and it was sufficient.Thanks, Mushq
See, for instance, here [^]. BTW:
Google
is an invaluable resource... :-DIf the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]