/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* Fixed.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: aortigos class Fixed { private: int value; static const int fract; public: // Default constructor // Copy constructor // Copy assignment operator overload // Destructor // int getRawBits( void ) const; // void setRawBits( int const raw ); }; #endif