cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
create a window in DOS
create a window in DOS
May 19, 2008 at 8:01pm UTC
botman
(3)
Hello!! I want to create new window in DOS like function "window()" in CONIO but after operation who I want to finish he automaticly close and show main window. HELP PLEASE!
Last edited on
May 19, 2008 at 8:03pm UTC
May 19, 2008 at 8:35pm UTC
Duthomhas
(13282)
I think you are talking about a "viewport" (as Borland called it)?
You should check out the
curses
library.
For Windows:
http://pdcurses.sourceforge.net/
For Unices:
http://www.gnu.org/software/ncurses/
Alas, you can also hunt around for a version of "conio.h" that will do what you want, but YMMV.
You could also write your own... but that's a lot of grief.
Hope this helps.
Topic archived. No new replies allowed.