Skip to content

Instantly share code, notes, and snippets.

@StabbyMcDuck
Created November 10, 2014 02:10
Show Gist options
  • Save StabbyMcDuck/d6203e14cc8efb526282 to your computer and use it in GitHub Desktop.
Save StabbyMcDuck/d6203e14cc8efb526282 to your computer and use it in GitHub Desktop.
main.cpp:57:5: error: use of undeclared identifier 'missing'
if(missing == true){
^
main.cpp:89:10: error: expected unqualified-id
for(int = 0; i < arraySize; i++){
^
main.cpp:89:15: error: expected ';' in 'for' statement specifier
for(int = 0; i < arraySize; i++){
^
main.cpp:89:15: error: use of undeclared identifier 'i'
main.cpp:89:30: error: use of undeclared identifier 'i'
for(int = 0; i < arraySize; i++){
^
main.cpp:94:7: error: use of undeclared identifier 'i'
no5[i] = no5Char;
^
main.cpp:90:11: warning: expression result unused [-Wunused-value]
no5Bool >> no5Char;
~~~~~~~ ^ ~~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment