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

Main program to demonstrate the Harl class's complaining behavior. [詳解]

#include "Harl.hpp"
main.cpp の依存先関係図:

[ソースコード]

関数

int main ()
 Main function of the program.
 

詳解

Main program to demonstrate the Harl class's complaining behavior.

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

関数詳解

◆ main()

int main ( void  )

Main function of the program.

Creates a Harl object and makes it complain at different levels.

戻り値
0 if the program executes successfully.

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