Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/prog/ challenge: Write a text editor

Name: Anonymous 2010-07-06 3:41

The best quality editor you can fit a post, not using external libraries. Only include default headers/imports/libraries.
Programs will be judged by their array of features, stability of operation and memory use.

Name: Anonymous 2010-07-07 6:13

#include <iostream>

using namespace std;

int main(int argc, char[] argv) {
    char* buf = new char[10000];
    while ((2+2) == 4) {
        char << cin;
        cout >> '\n?';
    }
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List