index
:
number.git
master
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
number.cpp
Age
Commit message (
Expand
)
Author
2017-11-19
Added bool operator and ! operator
Olivier Gayot
2017-11-19
Replaced dumb multiplication algorithm by long multiplication
Olivier Gayot
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
Fixed addition with operands of different sizes
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