Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在尝试在 ios 上开发一个简单的蛇游戏。本教程要求我使用,但这在我的 mac 上不起作用。_kbhit 的替代方案是什么?我是 C++ 新手,所以会很感激任何帮助!
空无一人。您必须使用库(如PDCurses或类似库)从代码中抽象出来,或者自己制作依赖于平台的实现。