Hi all!
I have been hacking some Qt before, but now I want to try to code in Gtk and std C++.
I have been searching the web but I can not realy find what I am looking for.
As I can see Gtk is written in C.
Is it good practice to mix Gtk c with c++ class structures,
or am I supposed to use the c++ interface for Gtk?
I know that I have to write a makefile to make it easier to compile.
Second of all, if I just use a simple texteditor to write my code I want an easy
access to API both for std C++ and for Gtk.
Where is a good place to find good API:s for both?
Many thanks in advance!!
Marcux