Eclipse C/C function 'printf' could not be resolved

前端 未结 2 951
刺人心
刺人心 2021-01-21 01:46

I\'m trying to set up a C/C++ development environment on Eclipse.

I installed the following Eclipse plugins:

  • C/C++ development tools SDK
  • Library A
2条回答
  •  北荒
    北荒 (楼主)
    2021-01-21 02:03

    You must include

    C:\MinGW\include 
    

    to the include directory for using C functions.

提交回复
热议问题