Developing ex00
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* Fixed.cpp :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/09/10 00:54:50 by tigos #+# #+# */
|
||||
/* Updated: 2025/09/10 00:57:12 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "Fixed.hpp"
|
||||
|
||||
// Default constructor
|
||||
|
||||
// Copy constructor
|
||||
|
||||
// Copy assignment operator overload
|
||||
|
||||
// Destructor
|
||||
|
||||
// int getRawBits( void ) const;
|
||||
|
||||
// void setRawBits( int const raw );
|
||||
Reference in New Issue
Block a user