funny variable names...

Pages: 123
Mark +18
int formation;

hehe
closed account (N36fSL3A)
int finity;
for ( t = 40; ...
1
2
3
4
5
6
7
8
short circuit;
unsigned contract;
double trouble;
short oncash;
throw(long boomerang)
{
   return boomerang;
}


that's it, I win in this thread
closed account (N36fSL3A)
1
2
3
long meat;

// It's nasty, I know. 
EssGeEich wrote:
Dedicated to Win8 users
switch(to_windows_7)

I prefer win 8, not only for all the added features, but also because if you have Win 8 on multiple computers/laptop as I do. It synchronize everything between them based on your Win 8 account (from desktop settings, to browser history). And you can use the Skydrive to sync your files between computers as well.
Last edited on
I really don't want to start an OS fight, but I really prefer Windows 7 because it's not as much intrusive as Windows 8 is, and for file sync I use dropbox + chrome automatically syncs all settings/extensions/etc...
But, we should stop OS fights, that was just sarcastic.
OS fights lead to...

const int bickering;
@EssGeEich:
It would be a real pointless OS fight, because its really a matter of preference. I've used every single versions of Windows at one time or another, I still have Win 7 on the desktop that I use on my living room TV. I just personally prefer using Win 8 so far and skydrive as more features then drop-box that I prefer. Also a large reason why I would not revert back to win 7 is because I've gotten used to the touchscreen bit.
Oh, a tablet or a touch-screen desktop monitor?
I'm on a non-touch-screen desktop PC here.
virtual int imacy

cause why not.
closed account (N36fSL3A)
1
2
3
4
int cest;
return myCar;
float ie;
bool ly; // Get it, Boolly, as in bully? 
Last edited on by Fredbill30
int ernallyA; void able;
EssGeEich wrote:
Oh, a tablet or a touch-screen desktop monitor?
I'm on a non-touch-screen desktop PC here.

My laptop with Win 8 is touchscreen, My desktop that has Win 8 is not. Since I got this laptop, I've reduced my desktop use by 80%... I blame the screen touchiness.
this is one im actually using in a program, so it has the added greatness of being relevant.
virtual ~Poop(); although not a variable, never the less it kind of fits
closed account (N36fSL3A)
virtual Reality(); // Thanks Paoletti for reminding me about the virtual keyword :P
Last edited on by Fredbill30
int ensity;
closed account (N36fSL3A)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
int el;
int egrity;
int ernet;
int erview;
int uit;
int erfusing;
int erlinked;
int erjoined;
int erlinear;
int erlaying;
int erlacing;
int ermeshes;
int erlooped;
int erfolded;
im tired of hearing your
const int bool
? nope not funny
Pages: 123