Thread: Simple GUI for console app (How?)

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    30

    Simple GUI for console app (How?)

    Hi,

    I'm just wondering how do you guys make a GUI for a simple console app. I would like to create an interface (just like the one in RHIDE, or the older versions of RAR (not WinRar). I'm sure you know what I mean.. simple pull-down menus,
    text panels..etc.

    To the best of my knowledge there is no such functionality in the
    standard C lib. Is it possible to do this in C? If so, could you tell me where can I find the proper libs or more info on the topic?
    What tools would you recommend?

    Thanks!
    Best Regards,

    Bill

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I'm just wondering how do you guys make a GUI for a simple console app.
    You can't create more than simple text based GUI's with a console application.

    >Is it possible to do this in C?
    To create a GUI? Yes. But you must use a third party library to do it.

    -Prelude
    My best code is written with the delete key.

  3. #3
    Registered User
    Join Date
    Aug 2002
    Posts
    30
    Hi,

    Thanks for the answer. Ok, but what library would you recommend? I hope it is not Win32 API, because that one seems to be very complex for me.

    Anyway I don't want to crate standard Windows stuff either. All I need is an easy to use lib to add color fonts, a few menus, mouse support..etc.

    These things are available in older, DOS based apps too.
    Best Regards,

    Bill

  4. #4
    Registered User
    Join Date
    Aug 2002
    Posts
    30
    Hello!

    OK, thank you very much for the info, I'll check it out!
    Best Regards,

    Bill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. GUI Scripting
    By QuestionC in forum Tech Board
    Replies: 5
    Last Post: 08-21-2007, 08:31 AM
  2. Is there a simple console GUI lib?
    By indigo0086 in forum C++ Programming
    Replies: 1
    Last Post: 08-15-2007, 04:14 PM
  3. wxWidgets cross platform GUI problem
    By BobS0327 in forum Linux Programming
    Replies: 2
    Last Post: 05-31-2006, 06:34 AM
  4. pasword app
    By GanglyLamb in forum C Programming
    Replies: 2
    Last Post: 06-07-2003, 10:28 AM
  5. Simple C++ GUI programme does'nt run from dos
    By Shadowhunt in forum C++ Programming
    Replies: 4
    Last Post: 05-31-2003, 05:30 AM