1.cmd命令行cl提示没有这玩意儿

装上Visual Studio之类

2.cl main.c提示缺dll

everything搜dll所在路径,在环境配置PATH增加对应bin、IDE

3.cl main.c提示error C1034:stdlib.h:不包括路径集

everything搜.h所在路径,在环境配置加INCLUDE、LIB并分别增加对应include、lib路径

4.cl main.c提示error无定义之类的

纯c支持到C89,临时变量必须放在函数最前面

相关文章:

  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-09-12
  • 2021-11-01
  • 2021-11-21
  • 2021-12-19
猜你喜欢
  • 2021-11-27
  • 2021-06-30
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
相关资源
相似解决方案