>>1 another /b/tard how wrode his first hello world progrm and thinks he needs now to come to /prog/ (not that he would be with that under the average nivo of /prog/)
>>1 int myfunc()
{
if(im_teh_boss()) {
i_have_teh_hax();
ph34r_my_skill();
}
}
thats the way.
Name:
Anonymous2011-06-09 4:55
>>14
>8 spaces
>not 4
>space before open brace
>underscores in method names instead of camelCase
Name:
Anonymous2011-06-09 5:41
As you all seem pretty good at programming and I presume the hacking sort of thing, I'm wondering if you can help me out. Some idiot decided to hack a forum saying that we need to step up our security, after about 5 minutes work I have his email address and first name, so please teach this kid a lesson to show him to be more secure in future. Be imaginitive with this one please, Josh_m53@hotmail.com
main(
argc,
argv
)
int argc;
char **argv;
{ printf("Jesus Christ, my lord and savior, I must inform you of the gratuitous amount of vagina I have received, it's in such excess that I do not even find it amusing.\n");
exit(EXIT_SUCCESS); }