Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.14 KB

Basic Helicopter Fuel Calculator

  • Description

Basic helicopter fuel calculator with GUI which takes input values from user for 4 basic helicopter maneuvers, and calculates required fuel for given maneuver values.

  • Environment

This project was created in Visual Studio 2017.

FLTK (Fast Light Toolkit) was used to create GUI.

Following link might be helpful to setup FLTK in Visual Studio 2017. It also contains instructions to create sample FLTK application in VS2017. Same instructions can be applied to this project too.

https://bumpyroadtocode.com/2017/08/05/how-to-install-and-use-fltk-1-3-4-in-visual-studio-2017-complete-guide/

  • GUI

There are four maneuver types, which are “Suspended Flight Maneuver”, “Rise Maneuver”, “Descent Maneuver” and “Straight Flight Maneuver”, an output field which will show calculated fuel amount after pressing on a “Calculate” button.

calculator

  • Class Diagram

calculator