header file and cpp file not linked

后端 未结 0 1576
走了就别回头了
走了就别回头了 2020-12-14 07:40

I have the following MWE in Visual Studio code. Box.h is as follows.

     #ifndef BOX_H
     #define BOX_H

     class Box {
     public:
     double length;          


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