/CppBuutti

Exercise solutions for the C++ Buutti course

Primary LanguageC++

C++ Buutti - Exercise solutions

This repository contains my own solutions to exercises presented in Buutti C++ course. These solutions are on purpose written in easy to understand manner so that the beginners - like me - are able to learn the C++ language with their own pace. The actual lecture material is not published because it is owned by Buutti Oy.

Used software / environment

  • macOS Mojave
  • Sublime Text 3
  • C++17 (compiled with g++, using e.g. g++ Main.cpp -std=c++17 -o main)