Whats the difference between <stdio.h> and <iostream>? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Whats the difference between <stdio.h> and <iostream>?

is there any problem if I use <stdio.h> ?

1st Nov 2016, 1:39 PM
Naim Uddin
Naim Uddin - avatar
2 ответов
+ 1
iostream is the c++ library for input and output stdio.h is the c standard library for input and output they are really different, but you can use stdio.h if you want. by the way if you write c++ code is preferable to use iostream
1st Nov 2016, 1:55 PM
Wombato Wom
Wombato Wom - avatar
0
one for c++ and other one for c
2nd Nov 2016, 7:35 AM
Inayat Ur Rahman
Inayat Ur Rahman - avatar