create a window in DOS

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
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.