News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Ncurses library in MS windows

Started by igi, July 14, 2007, 02:45:37 PM

Previous topic - Next topic

igi

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

dmoore

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.

Quote from: igi on July 14, 2007, 02:45:37 PM
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
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]