Here is a snippet from the build log:
-------------------------------------------
Compiling...
inventory.cpp
driver.cpp
.\driver.cpp(7) : error C2146: syntax error : missing ';' before identifier 'inventory'
.\driver.cpp(7) : error C4430: missing type specifier - int assumed. Note: C++ does not...
I'm working on a program and have been getting a syntax error I can't seem to fix. The error is:
syntax error : missing ';' before identifier 'inventory'
I had a similar error on another section of the program, and someone suggested that I fix it by using "std::string" in place of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.