home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03137.TXT < prev    next >
Encoding:
Text File  |  1993-08-11  |  205 b   |  5 lines

  1. By default, a floating constant has type double.  You can specify
  2. that a floating constant has type float by using the suffix "f".
  3. You can specify that it has type long double by using the suffix
  4. "l".
  5.