Undefined reference to my derived class using 3 sub classes

后端 未结 0 658
一个人的身影
一个人的身影 2020-12-02 07:04

I have a default class Barista which I want as the default, and then I have types of Baristas to go along with it.

class Barista 
{
public:
  Barista();
  vir         


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