Revision history of "CPP/IO/ReadingLines"

From ProgrammingExamples
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) 16:12, 23 June 2010Galik (Talk | contribs). . (505 bytes) (+505). . (Created page with '==ReadLines.cpp== <source lang="cpp"> #include <string> #include <fstream> #include <iostream> int main() { // Open file for input std::ifstream ifs("input.txt"); std::strin…')