Post

Replies

Boosts

Views

Activity

Reply to Xcode and Curses
Sorry for my late reply. I did the same as you and It actually built successfully. Altough I get another error which is Error opening terminal: unknown. Program ended with exit code: 1 Ty for everything and again sorry for my late reply.
Dec ’21
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