Instead of iostrean shall i type stdio.h? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Instead of iostrean shall i type stdio.h?

31st Jul 2016, 4:31 PM
sekhar
9 Réponses
+ 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.
31st Jul 2016, 4:45 PM
Vlad Cranga
Vlad Cranga - avatar
+ 1
if using stdio in c++ use cstdio instead of stdio.h
5th Aug 2016, 12:40 PM
akira hinoshiro
akira hinoshiro - avatar
0
No
31st Jul 2016, 4:43 PM
Shubham Gupta
Shubham Gupta - avatar
0
oh
31st Jul 2016, 7:35 PM
aly++
0
u can use fstream.h
1st Aug 2016, 5:57 PM
Shubhranil Chakraborty
Shubhranil Chakraborty - avatar
0
iostream for c++ and studio is for c
2nd Aug 2016, 7:13 PM
Mohit Mathur
Mohit Mathur - avatar
0
we can uses stdio.h in c++
6th Aug 2016, 4:54 PM
imane
imane - avatar
0
Stdio.h is used in just not in c++ both have different header file
9th Aug 2016, 7:47 AM
farhan
farhan - avatar
0
stdio.h is for C iostream is for C++
10th Aug 2016, 12:24 PM
Kim Barcelo
Kim Barcelo - avatar