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

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

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

[ソースコード]

関数

int main ()
 Main function.
 

詳解

Main entry point for the ScavTrap program.

This file demonstrates the usage of the ClapTrap and ScavTrap classes. It creates instances of both classes and calls their respective member functions to showcase their functionalities, including attacks, taking damage, repairing, and the ScavTrap-specific guardGate ability. It also illustrates the construction and destruction order of ScavTrap objects.

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

関数詳解

◆ main()

int main ( )

Main function.

戻り値
0 if the program executes successfully.

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