Thread: Creating a GUI in C

  1. #16
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    However, there is a C Qt binding... The general rule has been if your a KDE developer use Qt, and if your a Gnome developer use GTK+. It seems to hold true in most cases...

  2. #17
    Registered User
    Join Date
    Sep 2006
    Posts
    98
    How would I create a GI on Linux (Ubuntu)?

  3. #18
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Take your pick from the various suggestions,

    * Qt with a C binding
    * GTK+
    * DirectFB

    I would suggest GTK+, due to licencing and portability. Not to mention it's host language is C

  4. #19
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    You probably could use GTK+, since Ubuntu uses Gnome.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  5. #20
    Registered User
    Join Date
    Sep 2006
    Posts
    98
    Any links to GTK+?

  6. #21
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  7. #22
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    http://www.google.com/search?q=gtk%2...-a&safe=active

    bookmark google for future .6 second searches.

  8. #23
    Registered User
    Join Date
    Sep 2006
    Posts
    98
    My bad, thanks for the link

  9. #24
    Day Dreamer
    Join Date
    Apr 2007
    Posts
    45
    GTK works with C and gtkmm for C++

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  2. Creating a gui?
    By Kaho in forum C Programming
    Replies: 12
    Last Post: 08-20-2005, 08:56 PM
  3. Creating a 2D GUI using Direct3D
    By codec in forum Game Programming
    Replies: 8
    Last Post: 09-23-2004, 11:57 AM
  4. Creating a database (inside a GUI)
    By goosematt in forum C Programming
    Replies: 7
    Last Post: 10-23-2003, 11:04 AM
  5. creating gui in C
    By pmacne in forum C++ Programming
    Replies: 5
    Last Post: 02-14-2003, 07:44 PM