Where can I find IOSTREAM.h in C?

Status
Not open for further replies.

jaywee03

Newbie level 4
Joined
Jul 13, 2004
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
54
8Ohi can anyone tell he were i can download iostream.h??? :?:
8O
and if i already had a header file... were should i palce it? is it in the include folder? and do i still need a library of it? thanx
 

iostream.h download

there is no iostream.h but u can use the stdio.h file.
 

Re: IOSTREAM.h in C

if i remember correctly iostream.h is for C++
 

IOSTREAM.h in C

iostream.h is for c++ to support cout, cin..
stdio.h is for c to support printf, scanf..
In turbo c++, if you can't get iostream.h, you can try to include stdio.h and have fun with c program. the compiler and linker can still recognize your c code.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…