funny variable names...

Pages: 123
Jun 21, 2013 at 12:31pm
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
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
Jun 21, 2013 at 7:15pm
closed account (N36fSL3A)
I don't know. Maybe bool ean;

It's horrible, I know.
Jun 21, 2013 at 7:20pm
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
Jun 21, 2013 at 11:41pm
closed account (N36fSL3A)
[sarcasm]That's pretty funny.[/sarcasm]
Jun 22, 2013 at 12:17pm
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
1
2
3

bool ean;


*_*

EDIT:

or

 
Char Acter;


*_*
Last edited on Jun 22, 2013 at 2:15pm
Jun 22, 2013 at 2:31pm
That's as obvious as
float ing_point;
Jun 22, 2013 at 2:44pm
1
2
3
//stop
          int errupting;
                                 //me 
Last edited on Jun 22, 2013 at 2:44pm
Jun 22, 2013 at 10:01pm
Not C++, but from the equaivalent of a switch statement in another language:
case of_coors
Jun 22, 2013 at 10:25pm
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
Jun 22, 2013 at 10:42pm
I nominate myself as crudest one yet:
auto erotic_asphyxiation;
Jun 23, 2013 at 12:02am
@sargon94: That's not nearly as crude as the two the OP gave.
Jun 23, 2013 at 6:50am
closed account (N36fSL3A)
case closed;
Jun 23, 2013 at 6:54am
new WorldFool;

Woo references.
Jun 23, 2013 at 8:37am
Dedicated to Win8 users
 
switch(to_windows_7)
Jun 23, 2013 at 8:57am
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
Jun 23, 2013 at 2:22pm
closed account (1yR4jE8b)
Dedicated to Win8 users
switch(to_linux)


fixed
Last edited on Jun 23, 2013 at 2:22pm
Jun 23, 2013 at 6:57pm
double penetration;
Jun 23, 2013 at 8:09pm
int ernal_bleeding
What?
Pages: 123