1
Name:
Anonymous
2012-02-03 19:19
if (a == 0){
}
. . . Did this make anyone else rage?
41
Name:
Anonymous
2012-02-04 15:00
>>38
No. You're just a fucking idiot. Now go run off and scrub another toilet bitch.
42
Name:
Anonymous
2012-02-04 15:10
>>40
homies don't know bout my compiler's ability to perform trivial optimizations.
43
Name:
Anonymous
2012-02-04 15:13
>>31
#include <stdio.h>
#include <stdlib.h>
C++
U mena <cstdio> and <cstdlib>
44
Name:
Anonymous
2012-02-04 17:18
Check my double penetratipn
45
Name:
Anonymous
2012-02-04 18:21
Anyone who thinks (!a) is a good way to represent the condition "Is the integer a equal to zero?" should be burnt to death. If it's the result of a boolean operation, (a == 0) is stupid though.
46
Name:
Anonymous
2012-02-04 19:15
>>45
I think you should use Java.
49
Name:
Anonymous
2012-02-04 21:32
>>45
I think sometimes it's ok. Like:
if(!strcmp(str, "dicks") || !strcmp(str, "cocks"))
50
Name:
Anonymous
2012-02-04 22:01
>>48
your doing it wrong? How many times do I have to tell you? gosh!