「✨」 feat(Ex01): Finished
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user