Equivalent of <conio.h>?

Apr 15, 2010 at 11:28pm
I am programming on a Mac, and I want to be able to control where the cursor is in the terminal window (similar to what conio.h allows you to do). What is the easiest way to do this?
Apr 15, 2010 at 11:36pm
closed account (1yR4jE8b)
I've never used it, but you could check out the ncurses library. I'm not to sure if it'll have what you're looking for though.
Apr 16, 2010 at 12:20am
You're programming on a Mac? In C++? Wow... *admiration*.

As for ncurses, I think that's your best bet. Haven't used it either, but there are a LOT of programs that use it.

-Albatross
Apr 16, 2010 at 2:29am
Apr 17, 2010 at 4:47am
Thanks for the link!
Topic archived. No new replies allowed.