954,535 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

PLEASE tell me is there a library like ncurses in C++

is there a library to manipulate the output or like ncurses in linux, in visual c++ in windows?

or else tell me a way to move the cursor according to the coordinates x & y......like ncurses in linux.

nadith_cs
Newbie Poster
13 posts since Feb 2007
Reputation Points: 11
Solved Threads: 0
 

>> in visual c++ in windows
yes, its called the win32 api. There is also MFC library supported by Microsoft compilers as well as C# language that make windows gui programming a little easier.

There is also a PDCurses that is a port of unix curses for MS-DOS and MS-Windows console programs.

Ancient Dragon
Retired & Loving It
Team Colleague
30,050 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You