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

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

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

[ソースコード]

関数

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 に定義があります。

関数詳解

◆ main()

int main ( void  )

< [main] [main]

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