Author Topic: Hot Anime Girls - year of the horse....  (Read 792364 times)

IN THE NAME OF THE LORD!

for(int i =0; i < MemberCount; ++i)
{
           guysReadingThisCancer.message("Onsoadnodknaowdkaodknowandoad nowna")
}

there are a lot of problems with that

there are a lot of problems with that
first and foremost being the following:



first and foremost being the following:



well for one, ++i should be i++

and MemberCount was never defined

i mostly meant:

Onsoadnodknaowdkaodknowandoadnowna

What the H*ck do these hieroglyphics mean

is this some weird avant garde memery i don't understand

(also ++i is a definitely a thing in some languages unless you're just saying it's bad practice or something)
« Last Edit: February 02, 2016, 10:52:56 PM by otto-san »

(also ++i is a definitely a thing in some languages unless you're just saying it's bad practice or something)
o well I've only seen it written i++ or i=i+1 before

(also ++i is a definitely a thing in some languages unless you're just saying it's bad practice or something)
it's not bad practice it's just weird
and MemberCount was never defined
neither was guysReadingThisCancer and therefore guysReadingThisCancer.message()
plus I can count the number of statically-typed c-style languages I know of that don't require semicolons on zero fingers

but the most important questions are the abstract ones: what does it mean, is he calling his post cancer or all the others, what does the lord have to do with any of it, and what are the members being counted members of




who is the hottest anime girl of all time




it's not bad practice it's just weird
Did you know that (at least in C++) ++i is faster than i++?
optimizations mang