Record Detail

Compile Error

/in/game.cpp: In function 'bool AddGhost(Game*, int, int, Direction)':
/in/game.cpp:279:20: error: expected ']' before '->' token
         ghost[game -> g] -> gr = r;
                    ^~
/in/game.cpp:279:14: error: decomposition declaration cannot be declared with type 'ghost'
         ghost[game -> g] -> gr = r;
              ^
/in/game.cpp:279:14: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:279:26: error: expected initializer before '->' token
         ghost[game -> g] -> gr = r;
                          ^~
/in/game.cpp:279:26: error: expected ',' or ';' before '->' token
/in/game.cpp:280:20: error: expected ']' before '->' token
         ghost[game -> g] -> gc = c;
                    ^~
/in/game.cpp:280:14: error: decomposition declaration cannot be declared with type 'ghost'
         ghost[game -> g] -> gc = c;
              ^
/in/game.cpp:280:14: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:280:26: error: expected initializer before '->' token
         ghost[game -> g] -> gc = c;
                          ^~
/in/game.cpp:281:20: error: expected ']' before '->' token
         ghost[game -> g] -> direction = direction;
                    ^~
/in/game.cpp:281:14: error: decomposition declaration cannot be declared with type 'ghost'
         ghost[game -> g] -> direction = direction;
              ^
/in/game.cpp:281:14: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:281:26: error: expected initializer before '->' token
         ghost[game -> g] -> direction = direction;
                          ^~
/in/game.cpp: In function 'void MoveGhosts(Game*)':
/in/game.cpp:324:34: error: expected primary-expression before '[' token
                         if (ghost[target].gr == i && ghost[target].gc == j){
                                  ^
/in/game.cpp:324:59: error: expected primary-expression before '[' token
                         if (ghost[target].gr == i && ghost[target].gc == j){
                                                           ^
/in/game.cpp:328:34: error: expected primary-expression before '[' token
                     switch (ghost[target].direction) {
                                  ^
/in/game.cpp:333:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gr = i - 1;
                                      ^~~~~~~~
/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].gr = i - 1;
                                              ^
/in/game.cpp:333:46: error: expected ',' or ';' before '.' token
/in/game.cpp:336:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = down;
                                      ^~~~~~~~
/in/game.cpp:336:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:336:46: error: expected initializer before '.' token
                                 ghost[target].direction = down;
                                              ^
/in/game.cpp:336:46: error: expected ',' or ';' before '.' token
/in/game.cpp:340:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gr = i + 1;
                                          ^~~~~~~~
/in/game.cpp:340:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:340:50: error: expected initializer before '.' token
                                     ghost[target].gr = i + 1;
                                                  ^
/in/game.cpp:340:50: error: expected ',' or ';' before '.' token
/in/game.cpp:348:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gr = i + 1;
                                      ^~~~~~~~
/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].gr = i + 1;
                                              ^
/in/game.cpp:348:46: error: expected ',' or ';' before '.' token
/in/game.cpp:351:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = up;
                                      ^~~~~~~~
/in/game.cpp:351:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:351:46: error: expected initializer before '.' token
                                 ghost[target].direction = up;
                                              ^
/in/game.cpp:351:46: error: expected ',' or ';' before '.' token
/in/game.cpp:355:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gr = i - 1;
                                          ^~~~~~~~
/in/game.cpp:355:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:355:50: error: expected initializer before '.' token
                                     ghost[target].gr = i - 1;
                                                  ^
/in/game.cpp:355:50: error: expected ',' or ';' before '.' token
/in/game.cpp:363:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gc = j - 1;
                                      ^~~~~~~~
/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].gc = j - 1;
                                              ^
/in/game.cpp:363:46: error: expected ',' or ';' before '.' token
/in/game.cpp:366:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = right;
                                      ^~~~~~~~
/in/game.cpp:366:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:366:46: error: expected initializer before '.' token
                                 ghost[target].direction = right;
                                              ^
/in/game.cpp:366:46: error: expected ',' or ';' before '.' token
/in/game.cpp:370:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gc = j + 1;
                                          ^~~~~~~~
/in/game.cpp:370:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:370:50: error: expected initializer before '.' token
                                     ghost[target].gc = j + 1;
                                                  ^
/in/game.cpp:370:50: error: expected ',' or ';' before '.' token
/in/game.cpp:378:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gc = j + 1;
                                      ^~~~~~~~
/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].gc = j + 1;
                                              ^
/in/game.cpp:378:46: error: expected ',' or ';' before '.' token
/in/game.cpp:381:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = left;
                                      ^~~~~~~~
/in/game.cpp:381:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:381:46: error: expected initializer before '.' token
                                 ghost[target].direction = left;
                                              ^
/in/game.cpp:381:46: error: expected ',' or ';' before '.' token
/in/game.cpp:385:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gc = j - 1;
                                          ^~~~~~~~
/in/game.cpp:385:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:385:50: error: expected initializer before '.' token
                                     ghost[target].gc = j - 1;
                                                  ^
/in/game.cpp:385:50: error: expected ',' or ';' before '.' token
/in/game.cpp:401:34: error: expected primary-expression before '[' token
                         if (ghost[target].gr == i && ghost[target].gc == j){
                                  ^
/in/game.cpp:401:59: error: expected primary-expression before '[' token
                         if (ghost[target].gr == i && ghost[target].gc == j){
                                                           ^
/in/game.cpp:405:34: error: expected primary-expression before '[' token
                     switch (ghost[target].direction) {
                                  ^
/in/game.cpp:410:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gr = i - 1;
                                      ^~~~~~~~
/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].gr = i - 1;
                                              ^
/in/game.cpp:410:46: error: expected ',' or ';' before '.' token
/in/game.cpp:413:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = down;
                                      ^~~~~~~~
/in/game.cpp:413:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:413:46: error: expected initializer before '.' token
                                 ghost[target].direction = down;
                                              ^
/in/game.cpp:413:46: error: expected ',' or ';' before '.' token
/in/game.cpp:417:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gr = i + 1;
                                          ^~~~~~~~
/in/game.cpp:417:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:417:50: error: expected initializer before '.' token
                                     ghost[target].gr = i + 1;
                                                  ^
/in/game.cpp:417:50: error: expected ',' or ';' before '.' token
/in/game.cpp:425:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gr = i + 1;
                                      ^~~~~~~~
/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].gr = i + 1;
                                              ^
/in/game.cpp:425:46: error: expected ',' or ';' before '.' token
/in/game.cpp:428:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = up;
                                      ^~~~~~~~
/in/game.cpp:428:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:428:46: error: expected initializer before '.' token
                                 ghost[target].direction = up;
                                              ^
/in/game.cpp:428:46: error: expected ',' or ';' before '.' token
/in/game.cpp:432:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gr = i - 1;
                                          ^~~~~~~~
/in/game.cpp:432:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:432:50: error: expected initializer before '.' token
                                     ghost[target].gr = i - 1;
                                                  ^
/in/game.cpp:432:50: error: expected ',' or ';' before '.' token
/in/game.cpp:440:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gc = j - 1;
                                      ^~~~~~~~
/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].gc = j - 1;
                                              ^
/in/game.cpp:440:46: error: expected ',' or ';' before '.' token
/in/game.cpp:443:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = right;
                                      ^~~~~~~~
/in/game.cpp:443:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:443:46: error: expected initializer before '.' token
                                 ghost[target].direction = right;
                                              ^
/in/game.cpp:443:46: error: expected ',' or ';' before '.' token
/in/game.cpp:447:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gc = j + 1;
                                          ^~~~~~~~
/in/game.cpp:447:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:447:50: error: expected initializer before '.' token
                                     ghost[target].gc = j + 1;
                                                  ^
/in/game.cpp:447:50: error: expected ',' or ';' before '.' token
/in/game.cpp:455:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].gc = j + 1;
                                      ^~~~~~~~
/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].gc = j + 1;
                                              ^
/in/game.cpp:455:46: error: expected ',' or ';' before '.' token
/in/game.cpp:458:38: error: decomposition declaration cannot be declared with type 'ghost'
                                 ghost[target].direction = left;
                                      ^~~~~~~~
/in/game.cpp:458:38: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:458:46: error: expected initializer before '.' token
                                 ghost[target].direction = left;
                                              ^
/in/game.cpp:458:46: error: expected ',' or ';' before '.' token
/in/game.cpp:462:42: error: decomposition declaration cannot be declared with type 'ghost'
                                     ghost[target].gc = j - 1;
                                          ^~~~~~~~
/in/game.cpp:462:42: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
/in/game.cpp:462:50: error: expected initializer before '.' token
                                     ghost[target].gc = j - 1;
                                                  ^
/in/game.cpp:462:50: error: expected ',' or ';' before '.' token

Information

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