C++ I/O: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 January 2011

  • curprev 19:0619:06, 31 January 2011 Scott talk contribs 1,180 bytes +1,180 Created page with '==Terminal I/O== <source lang="cpp"> #include <iostream> // defines cout, cin, endl using namespace std; ... cout << "Enter your name: "; cin >> name; cout << "Hi there, " << na…'