Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: joesq
  • Order by date
  1. joesq

    Problem with Syntax Error (missing ;)

    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...
  2. joesq

    Problem with Syntax Error (missing ;)

    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...

Part and Inventory Search

Back
Top