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

What is this maddness(cpp)

Name: Anonymous 2009-05-12 21:10


#include <iostream>

using namespace std;

int main(){
    int i = 0;
   
    loop:
    cout << ++i << endl;
    if(i<5)
        goto loop;
}

Name: Anonymous 2009-05-13 16:15

>>22
Using Sepples streams are twice as slow as using scanf and printf. Sorry, "type safety" isn't a good enough excuse to make me slow down my program on purpose for no good reason at all.

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