V
V
Vika Marmeladka2019-07-16 13:06:45
C++ / C#
Vika Marmeladka, 2019-07-16 13:06:45

How to view STD C++ code in Visual Studio?

For example, in Java, primitive data types can be viewed in the idea IDE by holding down the alt button, hovering over the type and following the link. How can this be done with C++ in Visual Studio?
I just want to see how the input output works and not only.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly, 2019-07-16
@vt4a2h

Probably with ctrl + click it should work (or the same from the context menu). Well, you can always go and look at the sources of the standard library along the MSVC installation path, or by clicking on the include. It is also possible in online compilers, probably, to display the source file if the studio is not installed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question