<iostream> and other headers | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

<iostream> and other headers

in c++ apart from <iostream> there a bunch of other headers what do they all do,maybe a brief explanation its getting complicated everyday.

1st Jul 2017, 5:13 PM
_c0dĀ£ BitĀ£_
_c0dĀ£ BitĀ£_ - avatar
1 Resposta
+ 2
Go to www.cplusplus.com and click on reference on the left side menu. Then the next page will have a new menu in the same area that lists all of the libraries in c++. When I was first learning how to code with c++, I would just browse all of these libraries. It really helps you to understand certain aspects of c++ and what is possible. Good luck and happy coding!
1st Jul 2017, 5:21 PM
Zeke Williams
Zeke Williams - avatar