Name: Anonymous 2013-07-26 22:46
Godddamn I've fucking had it with using c++ on topcoder. I'm switching over to java. even without the better regex, geometry, and bigInteger support it'll be worth it just to save typing redundant crap over and over
take a look at any c++ submission and you'll see 10 lines of #defines and typedefs at the top because the syntax is such a fucking mess of boilerplate crap. why the fuck is #define all(a) (a).begin(), (a).end() even a fucking thing? Why didn't the retards just overload it to take a single container when that's what people want 90% of the time? you see this kind of shit everywhere because c++ is an ugly hack of a language
take a look at any c++ submission and you'll see 10 lines of #defines and typedefs at the top because the syntax is such a fucking mess of boilerplate crap. why the fuck is #define all(a) (a).begin(), (a).end() even a fucking thing? Why didn't the retards just overload it to take a single container when that's what people want 90% of the time? you see this kind of shit everywhere because c++ is an ugly hack of a language