+ 2
How use float?
How do I use float at c++?
4 Antworten
+ 3
Give more information plz
Float is a data type just like integers(int). They are used to store values with a decimal point in them (like 43.566).
Consider using double instead of float. Float sometimes may lose your accuracy. Double is more accurate than float. In usage, it's just like using float
+ 1
That I already know.i wanted know how use it inside a code
+ 1
Tnx