Thread: Help with Creating a GUI

  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    10

    Help with Creating a GUI

    Can anyone guide me as to how I can develop a GUI for executing a C program.I mean which platform should I be using, Books to refer, etc.. Basically I am looking to create a GUI which calls the C program once I specify the Path of a file which will be taken as an argument by the called C program

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    You didn't say which operating system you're using...

    Assuming windows ... theForger's Win32 API Tutorial

    And you don't develop guis to execute C programs... you develop GUI mode programs in C.

  3. #3
    Registered User
    Join Date
    Mar 2011
    Posts
    10
    I am fine with LINUX or Windows. What I am basically looking for is to have a front end for my C program which can be done in JAVA, JSP, C, etc... The front end needs to prompt the user to give the path name of a given image which will be taken as an argument by the C program to process on...If possible the front end should be able to show the preview of the processed image..So...

    Actually LINUX is more preferable for me...

  4. #4
    Registered User \007's Avatar
    Join Date
    Dec 2010
    Posts
    179
    Gtk+ for C
    wxWidgets, Qt, FLTK for C++

  5. #5
    Registered User
    Join Date
    Mar 2011
    Posts
    10
    Thank a lot man

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiling GNU MP
    By mattnp12 in forum C Programming
    Replies: 3
    Last Post: 06-23-2011, 03:58 PM
  2. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  3. CREATING A cwindows Calculator GUI
    By datainjector in forum Windows Programming
    Replies: 5
    Last Post: 05-16-2008, 04:26 PM
  4. Creating a 2D GUI using Direct3D
    By codec in forum Game Programming
    Replies: 8
    Last Post: 09-23-2004, 11:57 AM
  5. Creating a database (inside a GUI)
    By goosematt in forum C Programming
    Replies: 7
    Last Post: 10-23-2003, 11:04 AM

Tags for this Thread