Thread
:
Dos based Gui
View Single Post
Sep 30th, 2007, 11:57 PM
#
5
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
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
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei