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 Mike Lewis 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: *

  1. SupaDave

    Ownership and User name....

    Here is a way to do it char username[20]; cin >> username; //getting the username if ( !strcmpi("jstreich", command)) { \\ do some code if the username is jstreich } so the strcmpi is the way to do it I'm not sure what library you have to include, I thinkit's string.h or iostream.h

Part and Inventory Search

Back
Top