Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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 :D
 

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top