# # Each type of g++ error messages should only happen once in the log. # Name: John Smith Date: 05/13/2013 Line number: 9 g++ error message: proj1_100.cpp:9: error: âyâ was not declared in this scope Line with error(before): if (suit[0] != suit[1]) return 0;y Line without error(after): if (suit[0] != suit[1]) return 0; Error description: An extra character in the line Date: ... Line number: ... g++ error message: ... Line with error(before): ... Line without error(after): ... Error description: ...