bibliotecas c++ qual a mais importante
8/3/2017 10:01:56 AM
Mauro Siqueira4 Answers
New AnswerIf 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.
@$Vengat "Which is the best/more important library to start with in C++? iostream or stdio.h?"
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message