|
|
|
|
|
|
|
Re: Who said using knuckles isn't cheating in San Mona boxing?[message #225521]
|
Sat, 04 July 2009 20:06
|
|
gmonk |
|
Messages:670
Registered:April 2002 Location: Newfoundland, Canada |
|
|
Bear's Pit Surgeon General Warning:
A [color:#FF6600]moderate[/color] outbreak of [color:#000099]B.codegeekitis[/color] has been indicated in this region: [color:#CC0000]Bear's Pit JA Community[/color]
If, in the course of regular posting and associated activities, you experience any of the following symptoms please report to the SMP or HAM forums for immediate treatment:
-anal leakage
-excessive discussion of program routines
-gassy discharges after digesting a post
-unusual changes from banter to serious discussion
-insertion of mysterious 'programmer' humour into regular posting behaviour
-changes of routine behaviour including, but not limited to, reading game code and using compiler paraphenalia
Patient Zero has been indentified but is still at large. Here is a sample post. Do not approach any posters exhibiting this behaviour, it may be highly contagious and lead to an interest in game coding!
Shangayou mean if ( pMember->usWrites == CODE )
{
LogistericMemberFallsAsleep( pMember, BORING_RAMBLING );
}
eh, why didn't you put it like that?
Office of the Surgeon General, Bear's Pit Sector,
:diabolical:
EDIT: Was that in the original game code? The allowed use of brass knuckles, I mean. I believe it was. Perhaps it was changed after someone played Fallout 2, the New Reno boxing had a 'cheat' that allowed you to use 'loaded' boxing gloves in the fights.
[Updated on: Sat, 04 July 2009 20:09] by Moderator Report message to a moderator
|
First Sergeant
|
|
|
|
|
|
Re: Who said using knuckles isn't cheating in San Mona boxing?[message #225530]
|
Sat, 04 July 2009 20:43
|
|
gmonk |
|
Messages:670
Registered:April 2002 Location: Newfoundland, Canada |
|
|
There shouldn't be any difference due to the added whitespace:
http://www.osdata.com/topic/language/cplus.htm white space:
White space in C++ includes the blank (space character), horizontal tab, end-of-line, vertical tab, form feed, and comments. White space is ignored by the compiler (except when required to separate tokens or when used in a character or string constant)...
Basically, outside of using character strings, whitespace within a program is only there for human readability.
I'm not much of a coder, so this may well have exceptions I'm unaware of.
Report message to a moderator
|
First Sergeant
|
|
|