Eclipse CDT: Unresolved inclusion of stl header

后端 未结 4 1686
感动是毒
感动是毒 2020-12-01 05:37

I\'m trying to use Eclipse to edit sources, compiled under C++ Builder, but stuck with Unresolved inclusion problem.

For example, code like:

<         


        
4条回答
  •  悲&欢浪女
    2020-12-01 06:13

    memory and memory.h don't refer to the same source.

    One is for c, the other for c++

    Do you have the right includes source in your project settings ?

提交回复
热议问题