![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
|
GUI, GTK maybe?
Alright I am trying to be able to make apps with a GUI, maybe using GTK. I have been ALL around the internet trying to do anything that has GTK and lets you use C++. I an using the Borland C++ compiler and I have it working. I am sort of new to C++, but I can do other programing languages. On GTK's website they say something about GTK-- and I can't find it ANYWHERE! Can anyone help me with what I should use?
![]() |
|
|
|
|
|
#2 |
|
Newbie
Join Date: Apr 2006
Location: CZ-brno
Posts: 7
Rep Power: 0
![]() |
u can try this link
http://www.gtkmm.org |
|
|
|
|
|
#3 |
|
Newbie
|
I have... I can't seem to get the thing to work. It is drving me batty!
![]()
__________________
if(sleep=true) {
life_good = true;
life_hell = false;
} else {
life_good = false;
life_hell = true;
} |
|
|
|
|
|
#4 |
|
Expert Programmer
|
You say you are new to C++, it might take a while before you are good enoguh to create applications with GUIs. But its not too hard.
I like to use Qt, its free, multi-platform, multi-langauge and has good documentation. Take a look at http://www.trolltech.com Theres even a tutorial for beginners on there ![]()
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#5 |
|
Programmer
Join Date: Sep 2005
Posts: 50
Rep Power: 4
![]() |
There aren't alot of good GTK tutorials out there and the one on gtk.org is incomplete but some of it might help you. Try www.gtk.org/tutorial and http://developer.gnome.org/doc/API/2.0/gtk/index.html The second link being the better one. Though if you are doing quick and small apps you can use a GTK GUI builder that will build in C/ C++, python and some other ones called Glade. It's fairly simple but you will still need to understand callbacks and GTK code to know what to do with the widgets when they send signals.
|
|
|
|
|
|
#6 |
|
Programmer
|
I think the "book" at http://gtkmm.org/ is rather good to get the basics of GTK/C++ programming. If you're looking for an IDE and are on Linux, have a look at Anjuta. It's a C/C++ IDE for Gnome which integrates Glade and is geared towards GTK development in general.
|
|
|
|
|
|
#7 |
|
Newbie
Join Date: May 2006
Location: Narvik, Norway
Posts: 22
Rep Power: 0
![]() |
I recently purchase a book called "C in a nutshell", since I was recommended this book.
The question is what GUI's are the best for C. (I've managed to take a look at SDL, which is fine for gameprogramming)
__________________
To sell your own books it's like selling a piece of your soul. Kim |
|
|
|
|
|
#8 |
|
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3
![]() |
(me from another thread)wxWidgets also has a book, it supports your compiler, and doesn't require meta-compilation. The whole macro system and lack of stl use can be warts, but it is a pretty easy to use GUI system.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|