2025-11-27 16:46:48 +09:00

18 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{\f1\froman\fcharset2 Symbol;}{\f2\froman Times New Roman;}{\f3\froman Times New Roman;}}
{\colortbl\red0\green0\blue0;\red0\green0\blue128;}
\deflang1033\pard\plain\f2\fs36\cf1\b COXInteger class\plain\f2\fs36\b
\par \plain\f2\fs20 This demo will convert a number from one radix to another or to a string representation. \plain\f2\fs24
\par
\par \plain\f2\fs20 A COXInteger object encapsulates a (large) possible negative integer. The internal representation is decimal huge integer (LONGLONG == _int64).\plain\f2\fs24
\par \plain\f2\fs20 An object can be constructed from a decimal number or the text representation expressed in a specified radix.\plain\f2\fs24
\par \plain\f2\fs24\b
\par Features:
\par \pard\li720\fi-360{\*\pn\pnlvlblt\pnf1\pnindent360{\pntxtb\'b7}}\plain\f2\fs20 {\pntext\f1\'b7\tab}COXInteger represents a (large) integer\plain\f2\fs24
\par \plain\f2\fs20 {\pntext\f1\'b7\tab}It uses minimal memory (only one non-static data member)\plain\f2\fs24
\par \plain\f2\fs20 {\pntext\f1\'b7\tab}It can produce and accept numbers represented in a specified radix\plain\f2\fs24
\par \plain\f2\fs20 {\pntext\f1\'b7\tab}It can thousand separate digits within a number\plain\f2\fs24
\par \plain\f2\fs20 {\pntext\f1\'b7\tab}Supports negative numbers\plain\f2\fs24
\par \plain\f2\fs20 {\pntext\f1\'b7\tab}Has constructor that accepts a number and a conversion operator that produces the number\plain\f2\fs24
\par \pard\plain\f3\fs20
\par }