Every time you visit for the FIRST TIME today... [Part 1]
Name:
Anonymous2013-10-20 22:56
Post a random function that you made. May be from any project you've done or make one impromptu.
Any QUALITY is allowed. No bullying!
Name:
Anonymous2014-01-08 14:10
>>171 People use logical ands and ors in order to reduce the length of code and improve readability all the time, even in C. Anyone reading that knows exactly what's going on in less code.
And sure, I took it from perl where it's common to write things like open(...) || die $!.
I'm still questioning whether it's ok C programming to write things like that.