CPP02 1.0
|
Main entry point for Exercise 02 of C++ Module 02. [詳解]
関数 | |
int | main (void) |
Main entry point for Exercise 02 of C++ Module 02.
This program demonstrates the overloaded operators of the Fixed class, including arithmetic operators (*), pre-increment (++), post-increment (a++), and the static member function max(). It creates Fixed objects, performs operations, and prints the results to the standard output.
main.cpp に定義があります。