0
点赞
收藏
分享

微信扫一扫

踩坑 Mac Xcode 与 conio.h & windows.h 库(错误代码:‘conio.h‘ file not found & ‘windows.h‘ file not found)

大雁f 2022-02-17 阅读 97

一句话总结:mac无法安装 conio.h 库,装 MinGW 也不行,看到这里可以换Windows了。因为conio.h 是 windows 独有的头文件。同理 windows.h 也不行。

#include <conio.h>

#include <windows.h>

举报

相关推荐

C++鼠标动作小程序(Windows.h)

0 条评论