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

hurr programming

Name: Anonymous 2009-03-12 21:22

So I just found out I have an IQ of 73

I still want to learn programming though, should I even bother? I keep thinking I won't be as good as I should be at it.

What do you think /prog/?
I need answers only an anonymous board can provide.

Name: Anonymous 2009-03-14 21:20


template<int I>
void foo()
{
#pragma message("Let's see you do this in C, bitch")
    foo<I-1>();
}

template<>
void foo<0>()
{
}

int main(int argc, char* argv[])
{
    foo<1000>();
}

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