+ 4
Qual a melhor biblioteca para iniciar , iostream ou stdio.h ?
bibliotecas c++ qual a mais importante
4 Answers
+ 9
If you are learning C++, you should be using <iostream> (std::cout, std::cin).
<stdio.h> can also be used for I/O (printf(), scanf()), but it is more of the C way.
+ 7
@$Vengat
"Which is the best/more important library to start with in C++? iostream or stdio.h?"
+ 7
Oh okay thanks!
+ 4
What does the question translate to Hatsy?