BMI Calculator
Loading...
857
views
Loading...
Uploader Comments (MrBackyardEngineer)
see all
All Comments (4)
-
@MrBackyardEngineer AHH okay! Thanks because I kept pondering about doing it in Win32 CA. Thanks again! Besta luck with your website.
-
Cool
Loading...
wow i like your approach! :D is it possible to do a table w comments for 3 participants or more? where you enter the height & weight straight into the table & THEN the BMI & the comment will POP out all on the same line? Because the only way I can think of so far is to cin the height & weight of each participant[in a for loop] and then only do the table which makes it very long :/
eg.
No. Height Weight BMI Comments
1 1.50 55 x Too sexy!
2
asdfghjklzxc13 4 months ago
@asdfghjklzxc13
Yes you can make a BMI calculator where you input your information into a table, but you would want your program to use Windows Forms Application instead of the Win32 Console Application I used.
In a Forms Application you can use Tables, Text boxes, Pop-ups and buttons, making it much easier to collect information. However, using a Forms Application uses slightly different coding.
MrBackyardEngineer 4 months ago