{\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 }