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.

>> 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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.