HI guys, i don't know whether this is the right place for this topic but...
I am 4th semester (2nd year) student of computer science engg, and have some good knowledge of c++.
I decided to make c++ project with topic "ehealthcare" or "Self diagnosis" (similar to C++ Project on Diabetes Detection but it will have more number of disease).
Here's my logic :
My program have database(name, symptoms and drugs for that disease) for 10 disease.
First screen will have main menu with options like start diagnosis and ...
In start diagnosis, my program will prompt most common symptoms (among 10 disease), on selecting 1 symptom, it will show more relevant symptoms and then more, and more, finally it will arrive at particular disease(if matched with symptoms selected).
I need some suggestions in designing the code. What should i put in "class".
Where should i put my database, in class or file or something else...
I want to use Inheritance, STL, overloading, Exception handling, Dynamic Memory Allocation or others.