[ create a new paste ] login | about

Link: http://codepad.org/mfuUlxyv    [ raw code | fork ]

hron84 - C++, pasted on Aug 6:
1
2
3
4
5
#include <stdio.h>

QTextStream cin ( stdin, QIODevice::ReadOnly );
QTextStream cout ( stdout, QIODevice::WriteOnly );
QTextStream cerr ( sterr, QIODevice::WriteOnly );


Create a new paste based on this one


Comments: