25 lines
1.1 KiB
C++
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 );
|