Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Nov 5, 2018

README.md

Modern C++ course

Codacy Badge

This repository contains my solutions to the exercises from the Modern C++ course.

Compiling

To compile an example, go inside one of the directories and do the following:

~/bonn-c++$ cd homework_2/igg_image
~/bonn-c++/homework_2/igg_image$ mkdir build && cd build
~/bonn-c++/homework_2/igg_image/build$ cmake .. && make

Running

The executable is placed under the bin/ directory. To run it simply:

~/bonn-c++$ cd homework_2/igg_image/bin
~/bonn-c++/homework_2/igg_image/bin$ ./main

About

Exercises from Modern C++ course

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.