Last change
on this file since 167 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:
569 bytes
|
Rev | Line | |
---|
[2] | 1 | /*programeeropdracht 4 The Nim Game
|
---|
| 2 | *Pascal de Vos (ID = 0446916)
|
---|
| 3 | *Rick van der Zwet (ID = 0433373)
|
---|
| 4 | *file: nimStapel.h
|
---|
| 5 | *De header van nimStapel.cc de terugzet module
|
---|
| 6 | */
|
---|
| 7 |
|
---|
| 8 | #ifndef NIMSTAPEL_H
|
---|
| 9 | #define NIMSTAPEL_H
|
---|
| 10 |
|
---|
| 11 | class NimStapel{
|
---|
| 12 | public:
|
---|
| 13 | NimStapel( ); //creator
|
---|
| 14 | ~NimStapel( ) { }; //destructor
|
---|
| 15 | int stapelNummer; //Nummer van de stapel waar het
|
---|
| 16 | int aantalEraf; //AantalEraf af is gegaan
|
---|
| 17 | NimStapel * vorigeZet_pt; //Pointer naar de zet ervoor,
|
---|
| 18 | };// end NimData maakt stapelen mogelijk
|
---|
| 19 |
|
---|
| 20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.