473,385 Members | 2,274 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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.

Sep 18 '06 #1
2 3165
On Mon, 18 Sep 2006 02:06:16 UTC, "Aman JIANG" <Am*******@gmail.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
Sep 18 '06 #2
"Aman JIANG" <Am*******@gmail.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*jabber.org>--ooO--(_)--Ooo--
Sep 18 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Andrew Chen | last post by:
Has anyone had any experience of implementing WMI classes using C#? I've just come across the variety of Window packages that help to develop an admin user interface. But most of the tools...
3
by: inpreet | last post by:
I am trying to build a console application in C#.Net. This application is suppose to run in background without user interaction. How can I hide console to appear?
8
by: Alison | last post by:
Hi, Al I am trying to design a user interface which provides both menus and toolbars for some users to click on whatever they want to do, at the same time, I would like to have a console window...
2
by: Dave Taylor | last post by:
I'm writing an app in VB.NET that provides a user-interface to computer simulation model that runs as a console process. I would like to have the console output redirected to my VB.NET program and...
4
by: ano | last post by:
I have a console application and a lot of Console.WriteLine(). Now I want to convert it to Windows Form Application. Is it possible to getting all of the console messages to Form.Textbox without...
7
by: ivan.svaljek | last post by:
Is it possible get to console state after some I/O has occured, like printf's or system("command")?
1
by: Fabian Steiner | last post by:
Hello! I am currently working on an alternative for the gnome-volume-manager for multiseat systems based on HAL and DBus. Whenever the signal 'DeviceAdded' is received I would like to start a...
2
by: Chris Mullins | last post by:
For some reason the question, "Can I make an EXE that is both a Windows Service and a Console Application?" has come up quite a bit for me over the last few weeks. I've been doing this for...
2
by: pableratz | last post by:
I have programmed a multi thread C control application, and now I want to add User interface functionality to my main thread. I would like to know if i could generate a library from a C# Screen and...
12
by: Dilip | last post by:
Hi All I have a server based C# console application. This application must hide its console window when its launched out on the field. So I dutifully P/Invoke'd FindWindow/ShowWindow...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.