0
Any one help me to make madical shop management system?
3 Réponses
0
Are you asking for an inventory management system or some other management system?
0
for inventory
0
First thing I would decide is what type of database you would like to use. MySQL, sqlite, or just flat XML files. Each has their benefits and detractors but each should be able to be interacted with by C++. Next decision is, command line or GUI. If you do command line you can make a GUI in any other language or platform and have it interact over an http or http socket.