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

My OO...

Name: Anonymous 2011-12-13 3:19

...it's violated!

http://programmers.stackexchange.com/questions/17031/when-c-handles-pop-in-your-c-code-and-break-your-pretty-oo-design

Anime avatar. Passive-aggressive rant. Autismal as fuck. That's gotta be someone from /prague/, amirite?

Name: Anonymous 2011-12-14 19:12

>>27,28
... or are you doing that thing where you pretend like there's a difference between "strong" and "static" typing?  Yeah, there's a difference, but generally, when someone says "strongly typed," they mean the equivalent of statically typed.


int func(int a) { return a + 1; }

int main(int argc, char **argv)
{
    func("string");
    return 0;
}


error C2664: 'func' : cannot convert parameter 1 from 'const char *' to 'int'

That's what people usually mean by "strongly typed," and it doesn't make the world any safer.

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