Selaa lähdekoodia

coitnued a little

bastien 4 kuukautta sitten
vanhempi
commit
6bd0e00b0e

BIN
Module_02/ex00/includes/.Fixed.class.hpp.swp


BIN
Module_02/ex00/srcs/.Fixed.class.cpp.swp


+ 7 - 1
Module_02/ex00/srcs/Fixed.class.cpp

@@ -6,7 +6,7 @@
 /*   By: bchanot <bchanot@gmail.fr>                 +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */
 /*   Created: 2025/07/16 16:07:34 by bchanot           #+#    #+#             */
-/*   Updated: 2025/07/16 16:14:24 by bchanot          ###   ########.fr       */
+/*   Updated: 2025/07/16 16:43:03 by bchanot          ###   ########.fr       */
 /*                                                                            */
 /* ************************************************************************** */
 
@@ -29,4 +29,10 @@ Fixed::~Fixed(void) {
 	return ;
 }
 
+int	getRawBits(void) const {
+	return this->_value;
+}
+
+void	setRawBits(int const raw)
 
+		Fixed				&operator=(Fixed const &rhs);