diff --git a/cpp/_rvmain.cpp b/cpp/_rvmain.cpp index bca60c5..bd83114 100644 --- a/cpp/_rvmain.cpp +++ b/cpp/_rvmain.cpp @@ -11,6 +11,16 @@ void strcpy(char *s, char *t) { while (*s++ = *t++); } + +class GamePlayer { + + private: + + static const int NUM_TURNS = 5; + int scores[NUM_TURNS]; + +} c; + #define ALLOCSIZE 10000 static char allocbuf[ALLOCSIZE]; @@ -105,7 +115,6 @@ char *simple_strtok(char *str, const char *delims) { char buf[1000]; struct model * p = (struct model *) buf; //p[1] - // ////func alg