1
0

」 feat(Ex01): Finished

This commit is contained in:
2024-11-19 16:31:58 +01:00
parent 516baf57fe
commit a69f2503af
7 changed files with 196 additions and 4 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/11/09 19:23:08 by adjoly #+# #+# */
/* Updated: 2024/11/12 21:49:21 by adjoly ### ########.fr */
/* Updated: 2024/11/19 11:47:29 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -15,7 +15,7 @@
class Fixed {
private:
int _number;
static const int _factBit = 8;
static const int _fractBit = 8;
public:
Fixed(void);
Fixed(const Fixed& cpy);