Sunday, July 12, 2009

Does anyone know where i can get the iostream.h library?

I got a C++ builder a while back, but it has NO iostream.h library anywhere in the disc. Can anyone help, I need it soon and i need it free of charge(share/freeware) please help me!

Does anyone know where i can get the iostream.h library?
check out this link..it gives iostream.h





I am using Turbo C .It provides iostream.h in


DIRECTORY TC\INCLUDE.


So accordingly , you can find in c++ builder.


If you dont find it search on google.
Reply:In the new C++ stuff, they replaced all the .h files with the ones without any extension. Also, you'll have to explicitly use the namespace.


eg:


#include %26lt;iostream%26gt;


using std;


...etc...


No comments:

Post a Comment