Page 1 of 1
Anyone else got a "For loop"tattoo
Posted: Sun Aug 10, 2014 5:26 am
by Sim
or any programming tattoo on them or any tattoo's at all?
Re: Anyone else got a "For loop"tattoo
Posted: Sun Aug 10, 2014 6:12 am
by Jackolantern
None for me. Not too into the look of tattoos myself, but I have seen a few programmer tattoos online. Mostly IF or IF/ELSE statements lol
Re: Anyone else got a "For loop"tattoo
Posted: Sun Aug 10, 2014 10:00 am
by vitinho444
I stay with the T-shirts, although I don't have any yet, but someday I will make one.
Re: Anyone else got a "For loop"tattoo
Posted: Mon Aug 11, 2014 5:21 pm
by hallsofvallhalla
I have
Code: Select all
int getRandomize(int randMax)
{
srand ( time(NULL) );
int randNum; = rand() % randMax + 1;
return 2;
}
on a shirt. It is funny the comments I get on it when I am in the airport and other places where there is nothing else to do but read peoples shirts.
Re: Anyone else got a "For loop"tattoo
Posted: Mon Aug 11, 2014 6:09 pm
by Sim
Code: Select all
do
{
me();
} while(iAmHard == True)
be a neat little shirt
Re: Anyone else got a "For loop"tattoo
Posted: Mon Aug 11, 2014 6:52 pm
by Jackolantern
Haha!
No idea why I like this shirt so much:

Re: Anyone else got a "For loop"tattoo
Posted: Mon Aug 11, 2014 7:19 pm
by vitinho444
hallsofvallhalla wrote:I have
Code: Select all
int getRandomize(int randMax)
{
srand ( time(NULL) );
int randNum; = rand() % randMax + 1;
return 2;
}
on a shirt. It is funny the comments I get on it when I am in the airport and other places where there is nothing else to do but read peoples shirts.
Doesn't that return 2 all the time? :O
Sim wrote:Code: Select all
do
{
me();
} while(iAmHard == True)
be a neat little shirt
Best t-shirt ever!

Re: Anyone else got a "For loop"tattoo
Posted: Mon Aug 11, 2014 8:11 pm
by Verahta
Re: Anyone else got a "For loop"tattoo
Posted: Mon Aug 11, 2014 9:54 pm
by hallsofvallhalla
haha those are good
Yes the above code returns 2 all the time. Thats what makes it so funny.
Re: Anyone else got a "For loop"tattoo
Posted: Tue Aug 12, 2014 7:25 pm
by vitinho444
hallsofvallhalla wrote:haha those are good
Yes the above code returns 2 all the time. Thats what makes it so funny.
I would stop the people wearing and ask him/her if he/she knew what was written just for the lols xD