|
|
|
|
|
by TillE
296 days ago
|
|
> VisualC++ doesn’t have its source code available Got all the way here and had to look back up to see this post was from 2019. The MSVC standard library has been open source for several years now. https://github.com/microsoft/STL Though to be perfectly honest, setting a breakpoint and looking at the disassembly is probably easier than reading standard library code. |
|
I agree with you that I prefer looking at optimized assembly with symbols rather than following code through files (which are usually filled with #ifdefs and macros).