| | C++ Data Types
|
| Hi, Could somebody help me differentiate between an int, float, and double? (How can one "know" the language but not the basic data types!) Thanks! Bryan (25 years ago, 27-Feb-00, to lugnet.off-topic.geek)
| | | | Re: C++ Data Types
|
| Bryan, int is an integer variable, float is a non integer variable, ie: with a ddecimal place, and a double is also a non integer variable but capable of storing more digits than a float. Adam (...) (25 years ago, 27-Feb-00, to lugnet.off-topic.geek)
| |