Qual a melhor biblioteca para iniciar , iostream ou stdio.h ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 4

Qual a melhor biblioteca para iniciar , iostream ou stdio.h ?

bibliotecas c++ qual a mais importante

3rd Aug 2017, 10:01 AM
Mauro Siqueira
Mauro Siqueira - avatar
4 Respostas
+ 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.
3rd Aug 2017, 10:13 AM
Hatsy Rei
Hatsy Rei - avatar
+ 7
@$Vengat "Which is the best/more important library to start with in C++? iostream or stdio.h?"
3rd Aug 2017, 10:24 AM
Hatsy Rei
Hatsy Rei - avatar
+ 7
Oh okay thanks!
3rd Aug 2017, 10:24 AM
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬ - avatar
+ 4
What does the question translate to Hatsy?
3rd Aug 2017, 10:14 AM
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬ - avatar