CPP02 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
Fixed.cpp ファイル

Implementation of the Fixed class for representing fixed-point numbers. [詳解]

#include "Fixed.hpp"
#include <iostream>
Fixed.cpp の依存先関係図:

[ソースコード]

詳解

Implementation of the Fixed class for representing fixed-point numbers.

This file defines the member functions of the Fixed class, including constructors, copy constructor, copy assignment operator, destructor, and methods to get and set the raw bit value. It also defines the static constant for the number of fractional bits.

Fixed.cpp に定義があります。