We have started Object Oriented Programming in C++. And it has been four weeks. We were taught about Constructors, copy constructors, operators overloading functions, binary/unary and ofcourse, basics about classes.
I need to get a project approved by teacher. She still has to teach us Inheritance. So we still know the fundamentals but nothing too advanced for decent oops. Anyway, I thought of making a DATABASE of a hospital records as my project. Some said a libary or a store is also an option.
I have little next to no idea about this database. Question is
-is it a decent project proposal?
-what is a databse basically providing?
-Should it be predefined (already names and histories and the patient's health notes are fed into it or are to be input)
-how big the databse should be?
-am I on the same page as the database? Or if you could explain to me briefly?
Thank you for your time.