Skip to content

FerdinandStapenhorst/LearnSTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

LearnSTL

This repo contains a C++ console application with a few exercises. You can use them to check your knowledge about the Standard Template Library's algorithms and other C++20 features like Ranges and Concepts. The exercises are mainly about using algorithms on STL containers - mostly vector. If you would like to get the (possible) solutions for each exercise, please contact me at [email protected]

IDE

I used the Visual Studio 2022 IDE (v 17.4.2) to create the examples but I hope the code works in other IDEs just fine. If you use Visual Studio 2019, you probably need to change the setting "Platform Toolset" to the platform version available in your environment. PlatformSetting

When opening the solution in Visual Studio the first time, you should collaps all the regions so you get an idea of the code structure. It will look something like this:

CodeView

It helps you to navigate through the different sections.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages