B
B
BESSON_off2014-06-04 19:48:17
C++ / C#
BESSON_off, 2014-06-04 19:48:17

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

3 answer(s)
L
lookid, 2014-06-04
@lookid

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

A
AxisPod, 2014-06-05
@AxisPod

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.

B
BESSON_off, 2014-06-05
@BESSON_off

As far as I understand, there is no specific set of headers ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question