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

Implements the randomChump function. [詳解]

#include "Zombie.hpp"
randomChump.cpp の依存先関係図:

[ソースコード]

関数

void randomChump (std::string name)
 Creates a Zombie on the stack and makes it announce itself.
 

詳解

Implements the randomChump function.

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

関数詳解

◆ randomChump()

void randomChump ( std::string  name)

Creates a Zombie on the stack and makes it announce itself.

The zombie is automatically destroyed when the function exits.

引数
nameThe name of the new zombie.

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