Thread: Applications to builg GUIs for C Programs

  1. #1
    Living to Learn
    Join Date
    Feb 2006
    Location
    Aberdeen, UK
    Posts
    33

    Applications to builg GUIs for C Programs

    Hello.

    I have recently begun reviewing my C skills that I've obtained thus far, but so far I've only been working with code and compiling it, with the output printed to the screen via the command console. I use Bloodshed's Dev C++ as the compiler, but I'd like to build a GUI to go with my programs. for example, taking the most simple application asking for a user to specify two values and then adding those together, I'd like to build a nice Windows-like application with fields where the data can be entered and a proper 'OK' and 'Cancel' button that can be clicked.

    If anyone can recommend applications that allow the building of these GUIs and tutorials that describe how to do it, plus any additional code (other than the actual command code that I already use) I'd be grateful.

    Thanks.

    Hussein.

  2. #2
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058

  3. #3

  4. #4
    Living to Learn
    Join Date
    Feb 2006
    Location
    Aberdeen, UK
    Posts
    33
    Thanks very much for those links- I'll take time to go through them. Seems to me like building a GUI for a C program is not as simple as say, one for Java, at least there don't seem to be many 'straightforward' tutorials on the net on how to do it, but with those links I'll see where I get.

    Cheers and be back soon.

    Hussein.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Get Installed applications list and applications activity
    By arunarora in forum C++ Programming
    Replies: 5
    Last Post: 05-25-2009, 09:41 AM
  2. A question about windows programming
    By Hussain Hani in forum Windows Programming
    Replies: 16
    Last Post: 05-23-2007, 07:38 AM
  3. Programs to run C applications
    By Mak in forum C Programming
    Replies: 3
    Last Post: 03-01-2004, 12:56 PM
  4. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM
  5. POSIX/DOS programs?
    By nickname_changed in forum C++ Programming
    Replies: 1
    Last Post: 02-28-2003, 05:42 AM