Skip to content

uxlabspk/BMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMI Calculator

Bmi calculator using Qt c++ toolkit.

Features

Take input as user Weight in kg and Height in m

Preview

Bmi Calculator Bmi Calculator

How to use

You can use both the cli and QtCreator to build this project.

CLI

>> git clone https://github.com/uxlabspk/BMI.git
>> mkidr build && cd build
>> qmake ..
>> make
>> ./BMI

QtCreator

Download or clone the project. Open the project using qtcreator. Run or Build it using Ctrl + R or Ctrl + Shift + B