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

Pages: 1-

Goyim and pointer arithmetic

Name: Anonymous 2012-10-20 23:44

Why can't goyim understand pointer arithmetic?

Name: Anonymous 2012-10-21 0:04

All programmers are goyishe because programming is an unscientific and ultimately destructive menial career job.

Name: Anonymous 2012-10-21 0:33

int* px = new int[4];
    for(int i = 0; i < 4; ++i) {
        *(px+i) = i*2;
        std::cout << "I know pointer arithmetic! px[" << i << "] = " << *(px+i) << endl;
    }

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