Thread: Curses for DOS?

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    2

    Curses for DOS?

    Hi -

    I have recently taken note of the insane power available to people who use ncurses under linux. I'm now wondering if there's any kind of similar library available for those of us still stuck in DOS.

    I've tried PDCurses, but I can't get it to compile. I have Borland C++ Builder 5 (command line) and 6 (with the fancy IDE). If someone would enlighten me on how I could compile PDCurses under one of these two environments, I would appreciate it greatly.

    If this is not possible, is there something similar to ncurses that's better than conio? I'd like the windowing powers of ncurses if possible, but anything beats conio.h.

    Thanks again for your help.

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    OK, this isn't a real "DOS" answer, but I've used cygwin to emulate a Unix environment, which has some curses support. Maybe you could do that too.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Registered User
    Join Date
    Jan 2003
    Posts
    2
    While I do have Cygwin, using it in this instance is kind of out of the question.

    I guess I'll broaden my scope a little bit. Is there anything even mildly better than conio that's available for a wide range of DOS/Windows compilers?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Curses + Mouse control
    By guesst in forum Linux Programming
    Replies: 0
    Last Post: 05-26-2008, 03:06 PM
  2. Just wrote my first Curses program
    By guesst in forum Linux Programming
    Replies: 14
    Last Post: 04-02-2008, 10:44 AM
  3. Printing arrays to curses screen
    By trev456 in forum C++ Programming
    Replies: 4
    Last Post: 05-07-2007, 12:46 AM
  4. output an array to curses, or to another window?
    By trev456 in forum C++ Programming
    Replies: 2
    Last Post: 04-18-2007, 10:08 AM
  5. Fonts and colors in curses
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 02-26-2002, 06:22 AM