- RandomWalk2/Insu . . . . 15 matches
* ... 지금 보니까 SuperRoach 클래스는 왜 만들었는지 의문이 간다.
=== SuperRoach ===
class SuperRoach : public Roach
SuperRoach();
~SuperRoach();
SuperRoach(int nCurRow, int nCurCol, string szCourse);
=== SuperRoach ===
#include "superroach.h"
SuperRoach::SuperRoach()
SuperRoach::~SuperRoach()
SuperRoach::SuperRoach(int nCurRow, int nCurCol, string szCourse)
#include "SuperRoach.h"
temp = new SuperRoach(currow, curcol, course);
- RandomWalk2 . . . . 2 matches
바퀴에 두가지 종류가 있다. {{{SuperRoach}}}와 {{{NormalRoach}}}가 그것이다. {{{NormalRoach}}}는 한번에 한칸,{{{SuperRoach}}}는 한번에 두칸을 쓸고 지나간다.
Found 2 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.