hi,
I am a new member here i hope that found some one who can help me in this C++ project
I am a novice in C++ and this will be my first code if any one has experience please help me in the algorithm and what should i do to start in this code
Write a program that store information of pharmacy system in sequential text file (.txt) where store some fields like :
1) drug ID "primary key "
2) drug name
3) price
4) type of package " capsules , syrup , ointment ..."
and the project do this operations :
1) write a new drug in the file that enter later in the pharmacy
2) if you enter drug found in the file you must update drug amount field only
3) read the entire pharmacy
4) search a record by drug ID, drug name , and type of package fields
5) delete any record from the pharmacy by drug ID
"all data retrieve from the file show in table form &the pharmacy file must contain at least 15 record as sample data &you can determine the file size as approximate form what it mean ."