Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandonpacewic/msvcstlexamples
- Owner: BrandonPacewic
- License: mit
- Created: 2022-09-21T21:31:12.000Z (about 2 years ago)
- Default Branch: mega
- Last Pushed: 2022-10-16T16:38:43.000Z (about 2 years ago)
- Last Synced: 2024-10-15T21:02:26.277Z (about 1 month ago)
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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