Does <iostream> include <cstdio>? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Does <iostream> include <cstdio>?

28th May 2017, 3:11 AM
Emi
Emi - avatar
3 Respuestas
+ 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