转自VC错误:http://www.vcerror.com/?p=79


问题描述:
error C2054:在“inline”之后应输入“(”
按照编译错误的提示来看应该是编译器没有识别inline参数。查阅了一下inline是c++里面的东西,在c里面使用是会发生错误。

解决方法:
详细的解决方法可参考VC错误:http://www.vcerror.com/?p=79


相关文章:

  • 2021-09-21
  • 2022-12-23
  • 2021-04-23
  • 2021-06-28
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
猜你喜欢
  • 2022-12-23
  • 2021-11-01
  • 2021-11-04
  • 2022-12-23
  • 2021-08-01
  • 2021-05-21
  • 2022-12-23
相关资源
相似解决方案