User profile: shadowhunter033

User info
User name:shadowhunter033
History
Joined:
Number of posts:3
Latest posts:

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...