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

Main entry point for the ClapTrap program. [詳解]

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

[ソースコード]

関数

int main ()
 Main function.
 

詳解

Main entry point for the ClapTrap program.

This file demonstrates the usage of the ClapTrap class by creating instances and calling their member functions.

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

関数詳解

◆ main()

int main ( )

Main function.

戻り値
0 if the program executes successfully.

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