CPP02 1.0
|
Main entry point for Exercise 00 of C++ Module 02. [詳解]
関数 | |
int | main (void) |
Main entry point for Exercise 00 of C++ Module 02.
This program demonstrates the basic usage of the Fixed class, including default construction, copy construction, and copy assignment. It then prints the raw bit values of the created Fixed objects.
main.cpp に定義があります。