V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
onething
V2EX  ›  问与答

向各位大神请教如何在 Mac 上使用 getch()函数。

  •  1
     
  •   onething · 2016-09-06 15:56:07 +08:00 · 2460 次点击
    这是一个创建于 2938 天前的主题,其中的信息可能已经有所发展或是发生改变。

    在网上看到要使用 getch()函数,要使用<curses.h>头文件,要使用 initscr()和 endwin()函数。然后我在网上搜索,发现了一篇博客,这里是链接: http://blog.csdn.net/xiaoweige207/article/details/6206265
    我在终端按照这样写了一次,编译并未通过。 显示的内容如下: Undefined symbols for architecture x86_64: "_initscr", referenced from: _main in getch-cd604f.o "_stdscr", referenced from: _main in getch-cd604f.o "_wgetch", referenced from: _main in getch-cd604f.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
    想请问大神这是为啥,并且想请问如何在 Xcode 中使用 getch()函数。

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2588 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 09:22 · PVG 17:22 · LAX 02:22 · JFK 05:22
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.