Post

Replies

Boosts

Views

Activity

Reply to Xcode and Curses
I'm trying to compile the simpliest code and I can't. #include <curses.h> int main() { initscr(); printw("Hello World !!!"); refresh(); getch(); endwin(); return 0; } All the curses calls get the ("Undefined symbol" problem) . My question is also, can I compile the progam by pressing the normal arrow ("Start the active scheme") ? I really need alot of help here. Ty for everything.
Dec ’21