Skip to content

rdx789/Inheritance-in-action

Repository files navigation

Inheritance-in-action

In this project you will be asked to create different shapes. The shapes will be created and than they will be shown using CImg module. The program removes shapes and destroys them. CImg.h was defined to run on linux. After cloning to windows PC, edit CImg.h to define for windows and VisualStudio. On Linux the compile command is: g++ -pthread -g *.cpp -lX11 -o test. To run the program : $ ./test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages