Age | Commit message (Expand) | Author |
---|---|---|
2017-11-19 | Allowed construction of number from 64-bits-wide integer | Olivier Gayot |
2017-11-19 | Added the left-shift computation | Olivier Gayot |
2017-11-19 | Allow conversion of number to 32 bits integer | Olivier Gayot |
2017-11-19 | Added multiplication of two numbers | Olivier Gayot |
2017-11-19 | Added pre-increment operator and += operator | Olivier Gayot |
2017-11-19 | Added constructors to copy and create a number from an integer | Olivier Gayot |
2017-11-19 | Made use of 32bits integer instead of 64bits | Olivier Gayot |
2017-11-19 | Allow a number to be used in an ostream object | Olivier Gayot |
2017-11-19 | Added functions to print a number as hex or dec string | Olivier Gayot |
2017-11-19 | Added the addition of two numbers | Olivier Gayot |
2017-11-19 | Added a class "number" with comparison operators | Olivier Gayot |