Thread: Dos based Gui
View Single Post
Old Sep 30th, 2007, 11:57 PM   #5
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
You don't need curses for Windows. You can just use the console API. Writing the things that used to be in conio.h (Dev-Cpp still has a conio.h) is almost trivial.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote