Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonpacewic/msvcstlexamples

Example code showcasing some of the capability of the MSVC C++ STL
https://github.com/brandonpacewic/msvcstlexamples

Last synced: 12 days ago
JSON representation

Example code showcasing some of the capability of the MSVC C++ STL

Awesome Lists containing this project

README

        

# Microsoft Visual C++ STL Examples

Example code showcasing some of the capability of the MSVC C++ STL. This was done in tandem with the Microsoft Student Ambassador program
where I gave a brief talk about the C++ STL. The recording of which can be found on my YouTube channel [here](https://www.youtube.com/watch?v=w7KWSc1v6qs).

## Other Resources

- [STL Video Lecture Series](https://learn.microsoft.com/shows/c9-lectures-stephan-t-lavavej-standard-template-library-stl-/c9-lectures-introduction-to-stl-stephan-t-lavavej).
- [STL Discord Server](https://discord.com/invite/XWanNww).
- [STL GitHub](https://github.com/microsoft/STL).
- [MSVC STL Documentation](https://learn.microsoft.com/cpp/standard-library/cpp-standard-library-reference?view=msvc-170).

## License

Copyright (c) Brandon Pacewic

SPDX-License-Identifier: MIT