Thread: Graphical Interface in C

  1. #1
    Dead-Eternity dead-eternity's Avatar
    Join Date
    Mar 2005
    Location
    Quebec, Canada
    Posts
    4

    Graphical Interface in C

    Hi,
    I just begun to learn C a few weeks ago and I was wondering how could I make some graphical interface for C programs? Do I need another language for this integration (think I heard about NCurse & Curse) ? Because I did not see anything like that in my book on C.

    Thanks
    Dead-Eternity

  2. #2
    Registered User
    Join Date
    Aug 2004
    Location
    San Diego, CA
    Posts
    313
    Windows API Tutorials

    Or if you're using a *nix flavor..

    Ncurses starting point -- not throughly checked, may help, may not.

  3. #3
    Registered User
    Join Date
    Sep 2004
    Posts
    197
    For *nix you can also use GTK.
    If any part of my post is incorrect, please correct me.

    This post is not guarantied to be correct, and is not to be taken as a matter of fact, but of opinion or a guess, unless otherwise noted.

  4. #4
    Dead-Eternity dead-eternity's Avatar
    Join Date
    Mar 2005
    Location
    Quebec, Canada
    Posts
    4
    thanks,
    yep i am on mandrake 10.1 for now and going to add debian 3 soon

  5. #5
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    If you know C++ you can use MFC.

    I can't believe I just suggested that.


    ::leaves the room shaking his head::

  6. #6
    Dead-Eternity dead-eternity's Avatar
    Join Date
    Mar 2005
    Location
    Quebec, Canada
    Posts
    4
    it's ok, I will go with C and GTK+, after a quick look, it seems to be exactly what i wanted

  7. #7
    Registered User
    Join Date
    Mar 2005
    Posts
    9
    If you're using Unix or a variant, you could always try Glade. It provides a GUI for building GTK+ applications. One thing is that its dependent on Gnome I believe.

  8. #8
    Registered User
    Join Date
    Jan 2005
    Posts
    12
    I see you're using Linux. If you ever happen to need a c graphical interface on Windows, take a look at National Instruments Lab WIndows CVI.

    By!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. xuni: a Graphical User Interface Widget Toolkit
    By dwks in forum Projects and Job Recruitment
    Replies: 45
    Last Post: 06-04-2008, 02:35 PM
  2. Graphical user interface not look like windows
    By xkrja in forum Windows Programming
    Replies: 8
    Last Post: 11-04-2006, 06:46 PM
  3. Developing graphical interface applications in c
    By deepasurana in forum C Programming
    Replies: 1
    Last Post: 07-25-2002, 03:22 AM
  4. Mandrake + Graphical Interface
    By MethodMan in forum Linux Programming
    Replies: 3
    Last Post: 06-03-2002, 01:42 AM
  5. Graphical interface in C ?
    By Golgot in forum C Programming
    Replies: 5
    Last Post: 11-18-2001, 04:10 PM