Ask your own question, for FREE!
Computer Science 20 Online
OpenStudy (anonymous):

in this code the program is not wrirting data in the file.can anyone find the problem.. # include # include "Instructor.h" # include "TextBook.h" # include using namespace std; ofstream out("course.txt"); class course { private: char * cName; Instructor d; Textbook b; public: course(char* a,char *fname , char * lname ,char * phone,char *tit ,char * auth ,char * publish) { cName = a; d.setfname(fname); d.setlName(lname); d.setphone(phone); b.settitle(tit); b.setauthor(auth); b.setpub(publish); }

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!