C++ lühikursus 3: Revision history

From ICO wiki
Jump to navigationJump 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.

27 October 2011

26 April 2010

  • curprev 16:3416:34, 26 April 2010Mernits talk contribs 467 bytes +467 New page: =Sissejuhatus= STDOUT QTextStream QFile =Faili kirjutamine= <source lang="cpp"> #include <QTextStream> #include <QFile> QFile data("kalasaba.txt"); if (data.open(QFile::WriteOnly))...