Answer the question
In order to leave comments, you need to log in
How to understand the abundance of MVS C++ header files?
Hello!
I use Microsoft Visual Studio 2012. It contains a huge number of header files in itself. I read 3 books on STL, having studied the main header files. I would like to know something about other header files that come with the studio.
Where can I get a list of all standard (for MVS) header files in Russian with all the functions and explanation?
Answer the question
In order to leave comments, you need to log in
What? What for? Most of the files are shared and included with the rest.
en.wikipedia.org/wiki/%D0%A1%D1%82%D0%B0%D0%BD%D0%...
www.cplusplus.com/reference
Read the documentation for the libraries you need, rather than include everything, most libraries use the pimpl idiom, thus hiding a lot of code behind simple interfaces.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question