How to hide a header file included in a class from another class?

后端 未结 0 671
醉话见心
醉话见心 2020-12-02 21:37

I have code in three files A.h, B.h and C.h

 //A.h
    #include "B.h"
    using namespace SomeNamespace;
    ref class A {
    private: B^ b;
    }
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题