PDA

Click to See Complete Forum and Search --> : newbie c++ question


slx47
Apr 28th, 2002, 03:11 PM
what type would you use for a decimal number like 4.5 ?

filburt1
Apr 28th, 2002, 03:12 PM
double

SteveCRM
Apr 28th, 2002, 05:46 PM
or float, double can handle larger decimals though :)