no matching function for call to 'Subject::Subject(<brace-enclosed initializer list>)'|I guess for him it just has to work for the example he gave us. But I will implement the classes so...
no matching function for call to 'Subject::Subject(<brace-enclosed initializer list>)'|This is an exercise from an exam at the OOP class that sounded like this: Write the implementation...
no matching function for call to 'Subject::Subject(<brace-enclosed initializer list>)'|[code]#include<iostream> #include<string> using namespace std; class Teacher{ public: std::str...