0
Instead of iostrean shall i type stdio.h?
9 Answers
+ 1
No,iostream is the main default library of c++ that contains very important functions like cout and cin.If you replace that with stdlib you only unlock new functions it contains but you remove the default ones so you wont do too much without them.
+ 1
if using stdio in c++ use cstdio instead of stdio.h
0
No
0
oh
0
u can use fstream.h
0
iostream for c++ and studio is for c
0
we can uses stdio.h in c++
0
Stdio.h is used in just not in c++ both have different header file
0
stdio.h is for C iostream is for C++