News:

<+Clu> have you tried barbecuing the computer

Main Menu

Do any of you like any girls?

Started by SWORD21, December 07, 2007, 01:27:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Qsmash


Jono2

olol, no way.  I only like myself.  I'm the only one good enough for myself.

for(ego>1)
{
ego++;
}


in all seriousness, yes.

Quote from: LinkXLR on January 30, 2008, 09:10:54 PM
Quote from: famy on January 30, 2008, 08:36:30 PM
is big willy unleashed a will smith game

...I'm not even gonna touch this one.

SteamID: Lazylen

Rius

Quote from: Jono2 on December 07, 2007, 05:59:04 PM
olol, no way.  I only like myself.  I'm the only one good enough for myself.

for(ego>1)
{
ego++;
}


in all seriousness, yes.
The bad code, it hurts. :(



And no.

Jono2

Quote from: NINNIN6 on December 07, 2007, 06:33:16 PM
Quote from: Jono2 on December 07, 2007, 05:59:04 PM
olol, no way.  I only like myself.  I'm the only one good enough for myself.

for(ego>1)
{
ego++;
}


in all seriousness, yes.
The bad code, it hurts. :(



And no.

sry, I haven't programmed in C++ in ages. >_<

C++ was two years ago, C# was last year.

Quote from: LinkXLR on January 30, 2008, 09:10:54 PM
Quote from: famy on January 30, 2008, 08:36:30 PM
is big willy unleashed a will smith game

...I'm not even gonna touch this one.

SteamID: Lazylen

Zovistograt

Quote from: Jono2 on December 07, 2007, 06:36:01 PM
Quote from: NINNIN6 on December 07, 2007, 06:33:16 PM
Quote from: Jono2 on December 07, 2007, 05:59:04 PM
olol, no way.  I only like myself.  I'm the only one good enough for myself.

for(ego>1)
{
ego++;
}


in all seriousness, yes.
The bad code, it hurts. :(



And no.

sry, I haven't programmed in C++ in ages. >_<

C++ was two years ago, C# was last year.
DEFINE YOUR VARIABLES AAAAAAAAA
"I lovat a gabber.  I could listen to maure and moravar again.  Regn onder river.  Flies do your float.  Thick is the life for mere." - James Joyce (Finnegans Wake, page 213)

Jono2

ego = 9001;

for(ego>1)
{
ego++;
}

//lawl, infinite loop.

Quote from: LinkXLR on January 30, 2008, 09:10:54 PM
Quote from: famy on January 30, 2008, 08:36:30 PM
is big willy unleashed a will smith game

...I'm not even gonna touch this one.

SteamID: Lazylen

Zovistograt

Quote from: Jono2 on December 07, 2007, 06:38:11 PM
ego = 9001;

for(ego>1)
{
ego++;
}

//lawl, infinite loop.
anyway isn't that improper use of the for loop?  You should use a while loop instead.
"I lovat a gabber.  I could listen to maure and moravar again.  Regn onder river.  Flies do your float.  Thick is the life for mere." - James Joyce (Finnegans Wake, page 213)

Jono2

I made it infinite, because my ego grows by the trillisecond.

Quote from: LinkXLR on January 30, 2008, 09:10:54 PM
Quote from: famy on January 30, 2008, 08:36:30 PM
is big willy unleashed a will smith game

...I'm not even gonna touch this one.

SteamID: Lazylen

Zovistograt

Quote from: Jono2 on December 07, 2007, 06:40:41 PM
I made it infinite, because my ego grows by the trillisecond.
no I mean the for loop should go like this

for(int ego=9001; ego>1; ego++){}

see?  Only one line of code.
"I lovat a gabber.  I could listen to maure and moravar again.  Regn onder river.  Flies do your float.  Thick is the life for mere." - James Joyce (Finnegans Wake, page 213)

not famy

Quote from: Zovistograt on December 07, 2007, 06:43:12 PM
no I mean the for loop should go like this

for(int ego=9001; ego>1; ego++){}

see?  Only one line of code.
of course, it all makes sense now

JrDude

Quote from: Lotos on December 07, 2007, 01:35:22 PM
Since like 1st grade :P

Actually, I was considering asking one out today, until I realized that it was the day Pearl Harbor was bombed.  Not exactly a good choice...
same
I've liked girls for a while
but I've always been shy in real life
I can talk to any in any way I want, just can't ask 'em out...
[move][/move]
Dude .

Jono2

Quote from: Zovistograt on December 07, 2007, 06:43:12 PM
Quote from: Jono2 on December 07, 2007, 06:40:41 PM
I made it infinite, because my ego grows by the trillisecond.
no I mean the for loop should go like this

for(int ego=9001; ego>1; ego++){}

see?  Only one line of code.

yeah, I could've done that, i suppose...  I was thinking of writing that, but more lines of code = more impressive for some reason or another.

Quote from: LinkXLR on January 30, 2008, 09:10:54 PM
Quote from: famy on January 30, 2008, 08:36:30 PM
is big willy unleashed a will smith game

...I'm not even gonna touch this one.

SteamID: Lazylen

Rius

Quote from: Jono2 on December 07, 2007, 06:45:50 PM
Quote from: Zovistograt on December 07, 2007, 06:43:12 PM
Quote from: Jono2 on December 07, 2007, 06:40:41 PM
I made it infinite, because my ego grows by the trillisecond.
no I mean the for loop should go like this

for(int ego=9001; ego>1; ego++){}

see?  Only one line of code.

yeah, I could've done that, i suppose...  I was thinking of writing that, but more lines of code = more impressive for some reason or another.
Sure. ::)
Anyway, the loop isn't infinite. Once it reaches MaxValue, it'll become a negative number.

bluaki

Quote from: NINNIN6 on December 07, 2007, 07:12:33 PM
Quote from: Jono2 on December 07, 2007, 06:45:50 PM
Quote from: Zovistograt on December 07, 2007, 06:43:12 PM
Quote from: Jono2 on December 07, 2007, 06:40:41 PM
I made it infinite, because my ego grows by the trillisecond.
no I mean the for loop should go like this

for(int ego=9001; ego>1; ego++){}

see?  Only one line of code.

yeah, I could've done that, i suppose...  I was thinking of writing that, but more lines of code = more impressive for some reason or another.
Sure. ::)
Anyway, the loop isn't infinite. Once it reaches MaxValue, it'll become a negative number.
So once his ego starts getting too high, he starts having extremely low self-esteem? :D

Jono2

#44
for(int ego=9001; ego>1; ego++){}

if(ego<=1)
{
ego = 9001
}

Quote from: LinkXLR on January 30, 2008, 09:10:54 PM
Quote from: famy on January 30, 2008, 08:36:30 PM
is big willy unleashed a will smith game

...I'm not even gonna touch this one.

SteamID: Lazylen