regisf / testgtk-cpp

A proof of concept for using GTK+ and C++. http://www.regisblog.fr/programmer-gtk-avec-c-en-poo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test GTK+ with Pure C++

This example demonstrate how to use GTK+ with C++ withour GTKmm

How to compile

Enter inside the directory and type in a console

$ make

Then

$ ./test-gtk

To launch the program.

About

A proof of concept for using GTK+ and C++. http://www.regisblog.fr/programmer-gtk-avec-c-en-poo/


Languages

Language:C++ 95.2%Language:Makefile 4.8%