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

  • Users: lenky
  • Order by date
  1. lenky

    There are always strings tied to strings

    Try this: #include <iostream.h> #include <string> using namespace std; int main() { char stupid[20]; cout << &quot;Please type your name here:&quot; << endl; cin >> stupid; cout << &quot;\nYour name is &quot; << stupid << &quot;!&quot;; return 0; }

Part and Inventory Search

Back
Top