Files
cpp02/ex00/Fixed/Fixed.cpp
2025-09-10 01:08:11 +02:00

25 lines
1.1 KiB
C++

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 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 );