Jun 21, 2013 at 12:31pm UTC
A bit immature I know but these make me laugh.
for star trek fans there is
int erPrize;
what about these
long dong;
bool schitt;
I want to here your funny variable names.
Jun 21, 2013 at 2:11pm UTC
I think the best one I saw was on these forums a while back. Don't remember who brought it up:
1 2 3 4
struct ByLightning
{
...
};
EDIT:
For the anime dorks:
char Aznable;
Last edited on Jun 21, 2013 at 2:12pm UTC
Jun 21, 2013 at 7:15pm UTC
I don't know. Maybe bool ean;
It's horrible, I know.
Jun 21, 2013 at 7:20pm UTC
I have a really crude one:
long long dick
EDIT:
Fredbill, this is about as funny:
int eger
Last edited on Jun 21, 2013 at 7:21pm UTC
Jun 21, 2013 at 11:41pm UTC
[sarcasm]That's pretty funny.[/sarcasm]
Jun 22, 2013 at 12:17pm UTC
long timeNoSee;
bool dozer;
When programmers get bored it isn't pretty.
You know when I was younger I used to play Magic the Gathering and Dungeons and Dragons. But I decided that I couldn't be a nerd forever. Now I'm into cool hobbies like video game programming!
Jun 22, 2013 at 2:13pm UTC
Last edited on Jun 22, 2013 at 2:15pm UTC
Jun 22, 2013 at 2:31pm UTC
That's as obvious as
float ing_point;
Jun 22, 2013 at 2:44pm UTC
1 2 3
//stop
int errupting;
//me
Last edited on Jun 22, 2013 at 2:44pm UTC
Jun 22, 2013 at 10:01pm UTC
Not C++, but from the equaivalent of a switch statement in another language:
case
of_coors
Jun 22, 2013 at 10:25pm UTC
When FredBill had that paradox thread, I was tempted to write this as response to his post:
"Time for a new paradox?"
1 2 3 4 5
paradox *_time;
for (int I(0); I < INFINITY; ++I){
_time = new paradox();
delete _time;
}
Edit:
On hindsight, I think it sounded better in my head.
Last edited on Jun 22, 2013 at 10:27pm UTC
Jun 22, 2013 at 10:42pm UTC
I nominate myself as crudest one yet:
auto erotic_asphyxiation;
Jun 23, 2013 at 12:02am UTC
@sargon94: That's not nearly as crude as the two the OP gave.
Jun 23, 2013 at 6:54am UTC
new WorldFool;
Woo references.
Jun 23, 2013 at 8:57am UTC
I often do stupid stuff like:
1 2
T *arr, *brr;
string str, ttr;
I laughed so much at this one, and I can't explain to anyone around me why:
http://xkcd.com/1188
Come to think of it, why isn't there a
class English
to go along with
class Math
...?
Last edited on Jun 23, 2013 at 9:00am UTC
Jun 23, 2013 at 2:22pm UTC
Dedicated to Win8 users
switch(to_linux)
fixed
Last edited on Jun 23, 2013 at 2:22pm UTC