cmp.cpp: In function 'int bit_get(int)':
cmp.cpp:3:8: error: 'boiPhase' was not declared in this scope
if(boiPhase == 1) {
^~~~~~~~
cmp.cpp:4:17: error: 'stderr' was not declared in this scope
fprintf(stderr, "ZERO POINTS: bit_get called by remember()\n");
^~~~~~
cmp.cpp:4:9: error: 'fprintf' was not declared in this scope
fprintf(stderr, "ZERO POINTS: bit_get called by remember()\n");
^~~~~~~
cmp.cpp:5:9: error: 'exit' was not declared in this scope
exit(1);
^~~~
cmp.cpp:8:5: error: 'boiAccesses' was not declared in this scope
boiAccesses++;
^~~~~~~~~~~
cmp.cpp:10:17: error: 'stderr' was not declared in this scope
fprintf(stderr, "ZERO POINTS: bit_get with address out of range\n");
^~~~~~
cmp.cpp:10:9: error: 'fprintf' was not declared in this scope
fprintf(stderr, "ZERO POINTS: bit_get with address out of range\n");
^~~~~~~
cmp.cpp:11:9: error: 'exit' was not declared in this scope
exit(1);
^~~~
cmp.cpp:13:12: error: 'boiMem' was not declared in this scope
return boiMem[boi_guessval][addr]?1:0;
^~~~~~
cmp.cpp:13:19: error: 'boi_guessval' was not declared in this scope
return boiMem[boi_guessval][addr]?1:0;
^~~~~~~~~~~~
cmp.cpp: In function 'void remember(int)':
cmp.cpp:25:9: error: 'bit_set' was not declared in this scope
bit_set(cur);
^~~~~~~
cmp.cpp:25:9: note: suggested alternative: 'bit_get'
bit_set(cur);
^~~~~~~
bit_get