Computer Science Canada variable type |
Author: | Viper [ Thu Nov 10, 2005 9:05 am ] |
Post subject: | variable type |
could someone tell me what the equileviant to "real"(turing) is in C++(DevC++) |
Author: | beard0 [ Thu Nov 10, 2005 9:13 am ] |
Post subject: | |
double and float. double has double the precision (uses twice the number of bits in memory). |