/tutocpp

C++ tutorial made for Cnet, it implement image manipulation, widget system with rendering in SDL or ascii art.

Primary LanguageMakefileGNU General Public License v2.0GPL-2.0

Tuto C++

This project was used as a support for C++ tutorial at Cnet association (university of savoie) in 2009. It implement many components starting from list and image manipulation. It then build a widget system on top of those base class and make rendering in SDL or ascii art in terminal. It provide implementation of text box component.

To be used you need to install :

  • ncurses headers and lib.
  • SDL headers and lib
  • cppunit headers and lib

On ubuntu 17.04 you need to install :

sudo apt-get install libsdl1.2-dev
sudo apt-get install libcppunit-dev
sudo apt-get install libncurses5-dev

Licence

This project is licenced as GPLv2