/Pharmacy_Administration

Application that manages the supply of medicines from a pharmacy (C++ Uni Assignment)

Primary LanguageC++

Pharmacy_Administration

Application that manages the supply of medicines from a pharmacy (C++ Uni Assignment)

Getting started

Each medication is stored in the following ways: name, concentration, amount and price. An administrator can add, delete or update a medication.

Prerequisites

  • Visual Studio
  • C++ Tools
  • Windows SDK Version 10.0.14393.0
  • Win32 API ( <Windows.h> )

Features

  • CRUD operations
  • UNDO / REDO
  • Search medication on Google
  • Record the amount of medication

Demo

Search medications. The medication will be automatically searched on Google.

Add new medication.

Group all medications by price.