Thread
:
programming with ncurses
View Single Post
al2k8ht
Newbie Member
3Apr2010,19:25
Whats that ur using is it in console??
try compiling using g++ -oobjectname filename.cpp -lncurses
This is how i used in fedora to compile c++ Ncurses
Cheers!