"Apps for Taxi drivers and customers" - Windows Forms and C++
A set of laboratory work.The main task of the work was to write the program, with a graphic interface and using the C++ programming language.Windows Forms have been selected for graphics, as there is already a lot of experience using this tool.The essence of the task, writing the application to simulate the work of the taxi service.List of unique drivers with their characteristics, map, view of drivers on the map, search for the shortest route from point A to point B, calculate the duration and cost of the journey.At the end of the work, the program was made with the following things:
1) List of drivers with unique characteristics, and current position on the map;
2) Calculation of the cost of the trip, the choice of the driver;
3) The interactive map, using the mouse cursor and a click on the map, can indicate its position, as well as the destination point.The point is automatically attached to the nearest section of the road.4) Travel simulation (animated movement of the driver and client on the map)
#laboratory #references/diplomas/courses #WindowsForms
1) List of drivers with unique characteristics, and current position on the map;
2) Calculation of the cost of the trip, the choice of the driver;
3) The interactive map, using the mouse cursor and a click on the map, can indicate its position, as well as the destination point.The point is automatically attached to the nearest section of the road.4) Travel simulation (animated movement of the driver and client on the map)
#laboratory #references/diplomas/courses #WindowsForms