cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Equivalent of <conio.h>?
Equivalent of <conio.h>?
Apr 15, 2010 at 11:28pm UTC
pasukon
(8)
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 UTC
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 UTC
Albatross
(4553)
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 UTC
Duthomhas
(13206)
http://www.cplusplus.com/forum/beginner/22335/#msg117078
Good luck!
Apr 17, 2010 at 4:47am UTC
pasukon
(8)
Thanks for the link!
Topic archived. No new replies allowed.