Console User Interface

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aman JIANG

    #1

    Console User Interface

    Hi all ~
    Where I can find a CUI SDK/LIB wtitten in C/C++ please ?
    It must be cross-platform, and support menu, which make you
    could select easily.

  • David

    #2
    Re: Console User Interface

    On Mon, 18 Sep 2006 02:06:16 UTC, "Aman JIANG" <AmanJIANG@gmai l.comwrote:
    Hi all ~
    Where I can find a CUI SDK/LIB wtitten in C/C++ please ?
    It must be cross-platform, and support menu, which make you
    could select easily.
    What is it that you are looking for?

    In general, C and C++ work well from a command shell.
    The simplest interface would be to display a text menu and
    gather the appropriate input. There isn't anything you
    really need an additional tool for is there?

    If you are thinking of supporting a CUI on ANSI compliant
    system the ANSI commands are well documented. There are
    several code bases that support menus and other common
    interaactions. If your cross-platform needs allow for
    certain terminal types beyond the ANSI command set most
    terminal types are also well documented. Again you can
    create this code yourself or find the source suited to
    your needs.

    David

    Comment

    • Michal Nazarewicz

      #3
      Re: Console User Interface

      "Aman JIANG" <AmanJIANG@gmai l.comwrites:
      Where I can find a CUI SDK/LIB wtitten in C/C++ please ?
      It must be cross-platform, and support menu, which make you
      could select easily.
      ncurses? Even though I don't know if it works on Windows for example.

      --
      Best regards, _ _
      .o. | Liege of Serenly Enlightened Majesty of o' \,=./ `o
      ..o | Computer Science, Michal "mina86" Nazarewicz (o o)
      ooo +--<mina86*tlen.pl >--<jid:mina86*jab ber.org>--ooO--(_)--Ooo--

      Comment

      Working...