Frustrating
lab3.cpp:141: error: expected primary-expression before "int"
lab3.cpp:141: error: expected `;' before "int"
lab3.cpp:170: error: expected primary-expression before "int"
lab3.cpp:170: error: expected `;' before "int"
lab3.cpp:182: error: expected `}' at end of input
These errors are not in main (like it said) but in two functions that were previously working fine:
when I did have a problem it would refer to them as being in those particular functions.
What happened (probably)?
lab3.cpp:141: error: expected `;' before "int"
lab3.cpp:170: error: expected primary-expression before "int"
lab3.cpp:170: error: expected `;' before "int"
lab3.cpp:182: error: expected `}' at end of input
These errors are not in main (like it said) but in two functions that were previously working fine:
when I did have a problem it would refer to them as being in those particular functions.
What happened (probably)?
