A collection of C++ projects built in Visual Studio 2022.
- CPPSamples – Small object oriented C++ samples
- SortingTests – Testing the speeds of sorting algorithms
- FakeGambling – Fake slot machine simulator
- FileUtility - File viewing/sorting command-line utility
- BudgetTool - Tool for calculating monthly budget
- C++ 17
- Visual Studio 2022 Community
- Windows 10/11
Automated builds run on every push to main.
You can download the latest executables from the Actions tab under each build.
- Clone the repo
- Open
CPPSamples.slnin Visual Studio - Build and run any project you like!
- Add more sample projects
- Expand current sample projects