CPP02 1.0
|
Main entry point for Exercise 01 of C++ Module 02. [詳解]
関数 | |
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 に定義があります。