Last change
on this file since 165 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:
200 bytes
|
Line | |
---|
1 | #include "NimStapel.h"
|
---|
2 | #include <cstdlib>
|
---|
3 |
|
---|
4 | using namespace std;
|
---|
5 |
|
---|
6 | NimStapel::NimStapel( ){
|
---|
7 | StapelNummer = 0;
|
---|
8 | AantalEraf = 0;
|
---|
9 | VorigeZet_pt = NULL;
|
---|
10 | }// end NimStapel::NimStapel
|
---|
11 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.