Ich fragte mich, ob ihr mir helfen könnt. Hier sind meine .h: Class Doctor {
const string name;
public:
Doctor();
Doctor(string name);
Doctor & Doctor::operator=(const Doct
Ich weiß nicht, warum ich eine harte Zeit damit habe. dies alles, was ich tun möchte, ist: class foo {
public:
foo(){}
~foo(){}
float a,b;
};
class foo2 {
public:
foo2(){}