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 Rhinorhino 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: StarMechLX
  • Content: Threads
  • Order by date
  1. StarMechLX

    checking character strings with an if statement

    ok... this is what i want my code do to: if the variable 'name' is &quot;the same as(i'm not sure if there is the identical operator in cpp)&quot; this string: 'StarMech' and this is what i have: if (name == &quot;StarMech&quot;) { cout << &quot;Verification Success!&quot; << endl; return 0...

Part and Inventory Search

Back
Top