Hi guys.. i was working with xcode programing C language, and when i was using the function getch(); i'm stuck at this:
Undefined symbols for architecture x86_64:
"_stdscr", referenced from:
_main in main.o
_registar_clientes in main.o
"_wgetch", referenced from:
_main in main.o
_registar_clientes in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
how to solve this without using gets();, fgets(); or getchar();?
help please
Undefined symbols for architecture x86_64:
"_stdscr", referenced from:
_main in main.o
_registar_clientes in main.o
"_wgetch", referenced from:
_main in main.o
_registar_clientes in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
how to solve this without using gets();, fgets(); or getchar();?
help please