Record Detail

Compile Error

/in/game.cpp: In function 'bool AddGhost(Game*, int, int, Direction)':
/in/game.cpp:275:20: error: expected ']' before '->' token
         ghost[game -> g].gr = r;
                    ^~
/in/game.cpp:275:14: error: decomposition declaration cannot be declared with type 'ghost'
         ghost[game -> g].gr = r;
              ^
/in/game.cpp:275:14: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:275:25: error: expected initializer before '.' token
         ghost[game -> g].gr = r;
                         ^
/in/game.cpp:275:25: error: expected ',' or ';' before '.' token
/in/game.cpp:276:20: error: expected ']' before '->' token
         ghost[game -> g].gc = c;
                    ^~
/in/game.cpp:276:14: error: decomposition declaration cannot be declared with type 'ghost'
         ghost[game -> g].gc = c;
              ^
/in/game.cpp:276:14: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:276:25: error: expected initializer before '.' token
         ghost[game -> g].gc = c;
                         ^
/in/game.cpp:277:20: error: expected ']' before '->' token
         ghost[game -> g].direction = direction;
                    ^~
/in/game.cpp:277:14: error: decomposition declaration cannot be declared with type 'ghost'
         ghost[game -> g].direction = direction;
              ^
/in/game.cpp:277:14: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:277:25: error: expected initializer before '.' token
         ghost[game -> g].direction = direction;
                         ^
/in/game.cpp: In function 'void MoveGhosts(Game*)':
/in/game.cpp:321:34: error: expected primary-expression before '[' token
                         if (ghost[target].gr == i && ghost[target].gc == j){
                                  ^
/in/game.cpp:321:59: error: expected primary-expression before '[' token
                         if (ghost[target].gr == i && ghost[target].gc == j){
                                                           ^
/in/game.cpp:325:34: error: expected primary-expression before '[' token
                     switch (ghost[target].direction) {
                                  ^
/in/game.cpp:330:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gr = i - 1;
                                      ^~~~~~~~
/in/game.cpp:330:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:330:46: error: expected initializer before '.' token
                                 ghost[target].gr = i - 1;
                                              ^
/in/game.cpp:330:46: error: expected ',' or ';' before '.' token
/in/game.cpp:333:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = down;
                                      ^~~~~~~~
/in/game.cpp:333:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:333:46: error: expected initializer before '.' token
                                 ghost[target].direction = down;
                                              ^
/in/game.cpp:333:46: error: expected ',' or ';' before '.' token
/in/game.cpp:337:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gr = i + 1;
                                          ^~~~~~~~
/in/game.cpp:337:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:337:50: error: expected initializer before '.' token
                                     ghost[target].gr = i + 1;
                                                  ^
/in/game.cpp:337:50: error: expected ',' or ';' before '.' token
/in/game.cpp:345:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gr = i + 1;
                                      ^~~~~~~~
/in/game.cpp:345:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:345:46: error: expected initializer before '.' token
                                 ghost[target].gr = i + 1;
                                              ^
/in/game.cpp:345:46: error: expected ',' or ';' before '.' token
/in/game.cpp:348:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = up;
                                      ^~~~~~~~
/in/game.cpp:348:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:348:46: error: expected initializer before '.' token
                                 ghost[target].direction = up;
                                              ^
/in/game.cpp:348:46: error: expected ',' or ';' before '.' token
/in/game.cpp:352:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gr = i - 1;
                                          ^~~~~~~~
/in/game.cpp:352:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:352:50: error: expected initializer before '.' token
                                     ghost[target].gr = i - 1;
                                                  ^
/in/game.cpp:352:50: error: expected ',' or ';' before '.' token
/in/game.cpp:360:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gc = j - 1;
                                      ^~~~~~~~
/in/game.cpp:360:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:360:46: error: expected initializer before '.' token
                                 ghost[target].gc = j - 1;
                                              ^
/in/game.cpp:360:46: error: expected ',' or ';' before '.' token
/in/game.cpp:363:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = right;
                                      ^~~~~~~~
/in/game.cpp:363:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:363:46: error: expected initializer before '.' token
                                 ghost[target].direction = right;
                                              ^
/in/game.cpp:363:46: error: expected ',' or ';' before '.' token
/in/game.cpp:367:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gc = j + 1;
                                          ^~~~~~~~
/in/game.cpp:367:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:367:50: error: expected initializer before '.' token
                                     ghost[target].gc = j + 1;
                                                  ^
/in/game.cpp:367:50: error: expected ',' or ';' before '.' token
/in/game.cpp:375:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gc = j + 1;
                                      ^~~~~~~~
/in/game.cpp:375:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:375:46: error: expected initializer before '.' token
                                 ghost[target].gc = j + 1;
                                              ^
/in/game.cpp:375:46: error: expected ',' or ';' before '.' token
/in/game.cpp:378:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = left;
                                      ^~~~~~~~
/in/game.cpp:378:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:378:46: error: expected initializer before '.' token
                                 ghost[target].direction = left;
                                              ^
/in/game.cpp:378:46: error: expected ',' or ';' before '.' token
/in/game.cpp:382:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gc = j - 1;
                                          ^~~~~~~~
/in/game.cpp:382:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:382:50: error: expected initializer before '.' token
                                     ghost[target].gc = j - 1;
                                                  ^
/in/game.cpp:382:50: error: expected ',' or ';' before '.' token
/in/game.cpp:398:34: error: expected primary-expression before '[' token
                         if (ghost[target].gr == i && ghost[target].gc == j){
                                  ^
/in/game.cpp:398:59: error: expected primary-expression before '[' token
                         if (ghost[target].gr == i && ghost[target].gc == j){
                                                           ^
/in/game.cpp:402:34: error: expected primary-expression before '[' token
                     switch (ghost[target].direction) {
                                  ^
/in/game.cpp:407:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gr = i - 1;
                                      ^~~~~~~~
/in/game.cpp:407:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:407:46: error: expected initializer before '.' token
                                 ghost[target].gr = i - 1;
                                              ^
/in/game.cpp:407:46: error: expected ',' or ';' before '.' token
/in/game.cpp:410:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = down;
                                      ^~~~~~~~
/in/game.cpp:410:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:410:46: error: expected initializer before '.' token
                                 ghost[target].direction = down;
                                              ^
/in/game.cpp:410:46: error: expected ',' or ';' before '.' token
/in/game.cpp:414:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gr = i + 1;
                                          ^~~~~~~~
/in/game.cpp:414:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:414:50: error: expected initializer before '.' token
                                     ghost[target].gr = i + 1;
                                                  ^
/in/game.cpp:414:50: error: expected ',' or ';' before '.' token
/in/game.cpp:422:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gr = i + 1;
                                      ^~~~~~~~
/in/game.cpp:422:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:422:46: error: expected initializer before '.' token
                                 ghost[target].gr = i + 1;
                                              ^
/in/game.cpp:422:46: error: expected ',' or ';' before '.' token
/in/game.cpp:425:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = up;
                                      ^~~~~~~~
/in/game.cpp:425:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:425:46: error: expected initializer before '.' token
                                 ghost[target].direction = up;
                                              ^
/in/game.cpp:425:46: error: expected ',' or ';' before '.' token
/in/game.cpp:429:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gr = i - 1;
                                          ^~~~~~~~
/in/game.cpp:429:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:429:50: error: expected initializer before '.' token
                                     ghost[target].gr = i - 1;
                                                  ^
/in/game.cpp:429:50: error: expected ',' or ';' before '.' token
/in/game.cpp:437:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gc = j - 1;
                                      ^~~~~~~~
/in/game.cpp:437:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:437:46: error: expected initializer before '.' token
                                 ghost[target].gc = j - 1;
                                              ^
/in/game.cpp:437:46: error: expected ',' or ';' before '.' token
/in/game.cpp:440:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = right;
                                      ^~~~~~~~
/in/game.cpp:440:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:440:46: error: expected initializer before '.' token
                                 ghost[target].direction = right;
                                              ^
/in/game.cpp:440:46: error: expected ',' or ';' before '.' token
/in/game.cpp:444:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gc = j + 1;
                                          ^~~~~~~~
/in/game.cpp:444:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:444:50: error: expected initializer before '.' token
                                     ghost[target].gc = j + 1;
                                                  ^
/in/game.cpp:444:50: error: expected ',' or ';' before '.' token
/in/game.cpp:452:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gc = j + 1;
                                      ^~~~~~~~
/in/game.cpp:452:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:452:46: error: expected initializer before '.' token
                                 ghost[target].gc = j + 1;
                                              ^
/in/game.cpp:452:46: error: expected ',' or ';' before '.' token
/in/game.cpp:455:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = left;
                                      ^~~~~~~~
/in/game.cpp:455:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:455:46: error: expected initializer before '.' token
                                 ghost[target].direction = left;
                                              ^
/in/game.cpp:455:46: error: expected ',' or ';' before '.' token
/in/game.cpp:459:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gc = j - 1;
                                          ^~~~~~~~
/in/game.cpp:459:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:459:50: error: expected initializer before '.' token
                                     ghost[target].gc = j - 1;
                                                  ^
/in/game.cpp:459:50: error: expected ',' or ';' before '.' token

Information

Submit By
Type
Submission
Homework
Lab 6: Pacman
Language
C++
Submit At
2024-12-09 20:45:32
Judged At
2024-12-09 20:45:32
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes