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

    Having trouble with program.

    # include <iostream> using std: :cout; using std: :cin; using std: :endl; void mystery1(char *, const char*); //prototype int main () { char string1 [80]; char string2 [80]; cout << "Enter two strings:"; cin >> string1 >> string2; mystery1 (string1, string2); cout << string1 <<...

Part and Inventory Search

Back
Top