summaryrefslogtreecommitdiff
path: root/number.h
AgeCommit message (Expand)Author
2017-11-26Added the conversion from number to 64 bits integerOlivier Gayot
2017-11-25Added move assignment operatorOlivier Gayot
2017-11-25Added the right-shift computationOlivier Gayot
2017-11-19Consistently document the methodsOlivier Gayot
2017-11-19Added bool operator and ! operatorOlivier Gayot
2017-11-19Allowed construction of number from 64-bits-wide integerOlivier Gayot
2017-11-19Added the left-shift computationOlivier Gayot
2017-11-19Allow conversion of number to 32 bits integerOlivier Gayot
2017-11-19Added multiplication of two numbersOlivier Gayot
2017-11-19Added pre-increment operator and += operatorOlivier Gayot
2017-11-19Added constructors to copy and create a number from an integerOlivier Gayot
2017-11-19Made use of 32bits integer instead of 64bitsOlivier Gayot
2017-11-19Allow a number to be used in an ostream objectOlivier Gayot
2017-11-19Added functions to print a number as hex or dec stringOlivier Gayot
2017-11-19Added the addition of two numbersOlivier Gayot
2017-11-19Added a class "number" with comparison operatorsOlivier Gayot