console library

M

Moonie

i was looking for c source or a library for dos/windows/linux that is
console library...Note: i can use conio for all platforms. but is ther
anything else available aka ncurses for all platforms or same version o
curses for all platforms or something. thanks in advance for helping.

Marc Smith....Moonie.

ps: maybe you wrote something that would help


-
Mooni
 
T

Thomas Matthews

Moonie said:
i was looking for c source or a library for dos/windows/linux that is a
console library...Note: i can use conio for all platforms. but is there
anything else available aka ncurses for all platforms or same version of
curses for all platforms or something. thanks in advance for helping.

Marc Smith....Moonie.

ps: maybe you wrote something that would help.
1. Search the web. http://www.google.com can help.
2. Try http://www.fsf.org

3. Try Source Forge: http://www.sourceforge.net

4. Try C|Net: http://www.cnet.com

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.comeaucomputing.com/learn/faq/
Other sites:
http://www.josuttis.com -- C++ STL Library book
 
O

Ochal Christophe

Moonie said:
i was looking for c source or a library for dos/windows/linux that is a
console library...Note: i can use conio for all platforms. but is there
anything else available aka ncurses for all platforms or same version of
curses for all platforms or something. thanks in advance for helping.

Marc Smith....Moonie.

ps: maybe you wrote something that would help.

I'm currently using pdcurses, it is a public domain implementation of
curses, and works in dos, win32 console & linux.

Do a search on pdcurses in google.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,058
Members
48,769
Latest member
Clifft

Latest Threads

Top