Author Topic: Ncurses library in MS windows  (Read 10270 times)

igi

  • Guest
Ncurses library in MS windows
« on: July 14, 2007, 02:45:37 pm »
i'm newbie in c++ programming, i plan to fill new ncurses library in ms windows xp environtment could u please tell me how to do it or weather codeblock serve Ncurses library in MS windows ??

i wish  u resolve this and reply me immedietly..

thx..

FOX agent..

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Ncurses library in MS windows
« Reply #1 on: July 14, 2007, 03:43:45 pm »
Hi Igi: Codeblocks is an Integrated Development Environment (IDE), a tool that helps you manage your coding projects. It supports numerous languages and compilers. What libraries you use or write is only limited by what your language/compiler can support. Codeblocks does not provide you with these libraries (other than bundling the standard mingw gcc package) you will need to download and install them yourself.

i plan to fill new ncurses library in ms windows xp environtment

what do you mean by "fill"? do you want to use an ncurses library or you want to write one?

this may be what you are looking for: http://pdcurses.sourceforge.net