What other iostream namespaces are there? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What other iostream namespaces are there?

As I understand we include "using namespace std;" statement in order not to have to write "std::" in front of each iostream object in that namespace (such as std::cout, std::cin). What other namespaces are there in iostream library, and what is their usage? Thanks!

29th Jan 2017, 9:51 AM
G.O.S.
G.O.S. - avatar
1 Answer
0
you should the whole documentation or write std library in google and you can read all about the std library.
30th Jan 2017, 5:35 PM
Oussama Jaaouani
Oussama Jaaouani - avatar