Difference between stdio and iostream.. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Difference between stdio and iostream..

answer please

22nd Sep 2017, 12:57 PM
White code
White code - avatar
2 Respostas
22nd Sep 2017, 1:57 PM
Hatsy Rei
Hatsy Rei - avatar
+ 3
stdio is the c standard library and iostream is for c++. You need iostream to do the cout and cin stuff. Stdio you would have to use puts and gets or printf and scanf.
22nd Sep 2017, 1:19 PM
Arthur Tripp
Arthur Tripp - avatar