Last change
on this file since 244 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
-
Property svn:executable
set to
*
|
File size:
397 bytes
|
Line | |
---|
1 | /*programeeropdracht 4 The Nim Game
|
---|
2 | *Pascal de Vos (ID = 0446916)
|
---|
3 | *Rick van der Zwet (ID = 0433373)
|
---|
4 | *file: nimStapel.cc
|
---|
5 | *nimStapel.cc de terugzet module
|
---|
6 | *Class die gebruikt wordt om terugzetten te realiseren
|
---|
7 | */
|
---|
8 |
|
---|
9 | #include "nimStapel.h"
|
---|
10 | #include <cstdlib>
|
---|
11 |
|
---|
12 | NimStapel::NimStapel( ){
|
---|
13 | stapelNummer = 0;
|
---|
14 | aantalEraf = 0;
|
---|
15 | vorigeZet_pt = NULL;
|
---|
16 | }// end NimStapel::NimStapel
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.