maunovaha / CppBuutti

Exercise solutions for the C++ Buutti course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Exercise solutions for the C++ Buutti course


Languages

Language:C++ 97.4%Language:C 2.6%