+ 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.
1 Antwort
+ 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!