Revision history of "Reading a test file one line at a time"

Jump to: navigation, search

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 21:19, 27 March 2015George2 (Talk | contribs). . (335 bytes) (+335). . (Created page with "<source lang="csharp"> int counter = 0; string line; // Read the file and display it line by line. System.IO.StreamReader file = new System.IO.StreamReader("c:\\test.txt...")