Record Detail

Compile Error

/in/player.cpp: In member function 'virtual bool Simple::draw(Card, const Hand&)':
/in/player.cpp:23:14: error: 'const class Hand' has no member named 'count'
   if (player.count <= 11) {
              ^~~~~
/in/player.cpp:27:19: error: 'const class Hand' has no member named 'count'
   else if (player.count == 12) {
                   ^~~~~
/in/player.cpp:37:19: error: 'const class Hand' has no member named 'count'
   else if (player.count >= 13 && player.count <= 16) {
                   ^~~~~
/in/player.cpp:37:41: error: 'const class Hand' has no member named 'count'
   else if (player.count >= 13 && player.count <= 16) {
                                         ^~~~~

Information

Submit By
Type
Submission
Homework
Project Four: Blackjack
Language
C++
Submit At
2018-07-23 23:59:55
Judged At
2018-07-23 23:59:55
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes