GUI using c

Ambitious contributor
11Feb2010,18:47   #1
en_7123's Avatar
Hi, My question is :

I want to make a simple interface using c with some buttons which perform some action when button is pressed.Im using GCC on fedora.If any one knows a good tutorial please do mention.Thanks
Contributor
11Feb2010,21:24   #2
Gene Poole's Avatar
Ack! There's nothing "simple" about Xorg and GUI stuff. Your best bet might be to learn some GTK and use Glade to design your form. If you want to go with C++ and OOP, then qt has some nice GUI tools as well. At any rate, the learning curve going from simple command line apps to GUI apps is a steep one.
Ambitious contributor
11Feb2010,23:47   #3
en_7123's Avatar
Quote:
Originally Posted by Gene Poole View Post
Ack! There's nothing "simple" about Xorg and GUI stuff. Your best bet might be to learn some GTK and use Glade to design your form. If you want to go with C++ and OOP, then qt has some nice GUI tools as well. At any rate, the learning curve going from simple command line apps to GUI apps is a steep one.
Gee Well I think your reply does make it clear its difficult but it doesnt shed any light on the question I asked.It would be great if you could specify any tutorials on how to go about it instead of telling how difficult it is .Well thanks anyways
Contributor
12Feb2010,02:03   #4
Gene Poole's Avatar
I did mention glade:

http://glade.gnome.org/
Ambitious contributor
12Feb2010,18:26   #5
en_7123's Avatar
Ok lemme try that...