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

Main entry point for Exercise 01 of C++ Module 02. [詳解]

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

[ソースコード]

関数

int main (void)
 

詳解

Main entry point for Exercise 01 of C++ Module 02.

This program demonstrates the extended functionality of the Fixed class, including construction from integers and floats, copy construction, copy assignment, and the use of toFloat() and toInt() member functions. It also tests the overloaded output stream operator.

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

関数詳解

◆ main()

int main ( void  )

< [main] [main]

main.cpp26 行目に定義があります。