Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-19 | Allow a number to be used in an ostream object | Olivier Gayot | |
When a number is streamed into a ostream object, the hexadecimal representation of the number is given to the stream. Signed-off-by: Olivier Gayot <og@satcom1.com> | |||
2017-11-19 | Added functions to print a number as hex or dec string | Olivier Gayot | |
Signed-off-by: Olivier Gayot <og@satcom1.com> | |||
2017-11-19 | Added the addition of two numbers | Olivier Gayot | |
We're using the grade school addition method to compute the sum of two numbers of size n. Signed-off-by: Olivier Gayot <og@satcom1.com> | |||
2017-11-19 | Added a class "number" with comparison operators | Olivier Gayot | |
Signed-off-by: Olivier Gayot <og@satcom1.com> | |||
2017-11-19 | Initial commit, creation of the repository. | Olivier Gayot | |
Signed-off-by: Olivier Gayot <og@satcom1.com> |