Skip to content

yagoliz/bonn-cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published