Qual a melhor biblioteca para iniciar , iostream ou stdio.h ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 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.
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