Eclipse Method could not be resolved in a simple program C++

后端 未结 4 1636
别跟我提以往
别跟我提以往 2020-12-19 06:43

I have an issue with Eclipse Indigo complaining that methods of a class couldn\'t be resolved, but compiling anyway and working correctly (AFAIK). It\'s a very simple progr

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-19 07:15

    Not that i'm any expert at all but i just had a similar problem using.empty for whatever reason it will work if you change char to string minor change but resolved the issue on my program

提交回复
热议问题