Next:
(3) Player derived from
Up:
Building Ping-Pong Game using
Previous:
(1) Include Files
Contents
Index
(2) Using Name Space
For convenience, we use the name space ``
DEVSpp
'' as well as ``
std
''. Without this, we should add a scope operator like
DEVSpp::
or
std::
in front of all classes and global APIs that are defined in
DEVSpp
and
std
.
MHHwang 2007-05-07