GTK For Windows XP

Hi, I'm a beginner... Since now, I knew C and C++ but the windows application programming using WinApi is very boring for me.. Yesterday, I read a tutorial about GTK.. And it was very simple.. I think to use them with Dev-Cpp. Can you give me a link of a package for using GTK with Dev-c++?
closed account (1yR4jE8b)
Gtk+ is a C API, you'll find everything you need at www.gtk+.org

Gtkmm is the C++ bindings for it, you'll find everything you need at www.gtkmm.org

also, Dev-Cpp is very old...you should maybe give Code::Blocks or even Netbeans with the C++ Plugin (which is what I use)

http://www.codeblocks.org

or

http://www.netbeans.org

I find either of these IDE's much better than Dev-Cpp
Topic archived. No new replies allowed.