Does <iostream> include <cstdio>? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Does <iostream> include <cstdio>?

28th May 2017, 3:11 AM
Emi
Emi - avatar
3 Answers
+ 9
If I'm not mistaken, <iostream> includes <ios>, <ostream> and <istream>.
28th May 2017, 1:55 PM
Hatsy Rei
Hatsy Rei - avatar
+ 3
noooo
28th May 2017, 6:30 AM
Dragon Slayer Xavier
Dragon Slayer Xavier - avatar
+ 2
Nope. You have to add cstdio explicitly, like #include<cstdio>. Good luck
28th May 2017, 6:10 AM
Adnan