I'm stuck,
I cant find anything that's wrong.maybe im just sleepy and I have to give this in tomorrow morning! which is 8 hours away.
so anybody please..help me.
void changeSubject(subject sub);
{ cout << "\nInsert new subject name: "; Access class
cin >> sub. subjectName;
cout << "\nInsert new subject code: ";
cin >> sub.kod;
cout << "\n Get new information for the subject.";
sub. getDetail();
my bad...I know there's something wrong with it...
I've left using C++ for some time, and I seem to forgotten it.
and I don't even know what's wrong with it. I tried to run but there were errors. I've adde the #include <iostream.h> and #include <string.h>