0
Whats the difference between <stdio.h> and <iostream>?
is there any problem if I use <stdio.h> ?
2 Antworten
+ 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
0
one for c++ and other one for c