C++ Tutorial - The Float Variable
Uploader Comments (BablioBr)
All Comments (11)
-
very nice, thank you! that helped me on my homework...
-
very useful, thanks!
-
So it does the same as the double variable? I dont see the point.
-
how can i compare floats?
> OR < and == doesn't work
-
So...float can show decimals...thats it??? Omfg....
-
My major is Game Programming. Can anyone help me lol. I am not really good in C++. Message me because i am lost :(
-
use Dev C++ that way u dont have to type lots of shit when u want to compile and run, u simply press the run button
-
No, he is right... Int doesnt show results w/ decimal
-
LOL but good job, you could of done:
double variblename = 0.0;
or
to prove you wrong u said that int doesnt support decimal but it does you can do this:
int feet
feet = 0.0;
int meters
meters = 0.0;
or a whole bunch of different ways
nice thanks
electricDogs 3 years ago
Cool thx!
BablioBr 3 years ago