Well, I wanted to use pdcurses, so I downloaded it(from
http://sourceforge.net/projects/pdcurses/files/pdcurses/3.4/ ), but i encountered a small problem.
The first thing is: as far as i know, they(along with ncurses), are designed for unity systems. Will they work on my windows?
Second thing: it looks like it's for c, not c++. Am I right, or am I just dumb? And if I am right, is there any way I could use them for c++?
Third thing: When i get to the downloaded file and open win32 folder, they got some MAK files for some compilers, but I use dev c++. Do I need to cange compiler, or is there some way to set it up for my compiler?
And the last thing: if I got all what I need, how do I set it up? :)
Thanks in advance.