Signatures.

homeyg said:
Are you being sarcastic or something?
Absolutly not, programming is interesting to me, but I haven't gotten around do doing it for around ten years. Don't know why, just been doing other stuff I guess. So tell us how it works.
 
The function calls itself until the computer runs out of memory to store another instance of the function. In C++ I think the only function that cannot call itself is main().

So, until the computer runs out of memory, it will print:

calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's.....etc.

Get it?
 
Whomp said:
Why do we have sigs and avvies? Is it to give us a certain persona?
Avatars give us an Id, when you see someones avatar you quickly know who it is. Sigs are nice because we can put down a little bit of information we want to get accross.

Whomp said:
@Perfection are you studying engineering at Minnesota? One of the best with MIT and Berkeley.
Not to thread jack further but yeah, I'll be going for Chemical Engineering most likely.
 
homeyg said:
The function calls itself until the computer runs out of memory to store another instance of the function. In C++ I think the only function that cannot call itself is main().

So, until the computer runs out of memory, it will print:

calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's.....etc.

Get it?
Makes sense.
 
Perfection said:
Whomp said:
Why do we have sigs and avvies? Is it to give us a certain persona?
Avatars give us an Id, when you see someones avatar you quickly know who it is. Sigs are nice because we can put down a little bit of information we want to get accross.

Does this mean no one knows who I am?

Perfection said:
Whomp said:
@Perfection are you studying engineering at Minnesota? One of the best with MIT and Berkeley.
Not to thread jack further but yeah, I'll be going for Chemical Engineering most likely.

How's Chemical Engineering going? I was acccepted to the College of Chem at Berkeley and am considering Chemical Engineering among other things.
 
bed_head7 said:
Does this mean no one knows who I am?
Yes, you are nothing without an avatar.

bed_head7 said:
How's Chemical Engineering going? I was acccepted to the College of Chem at Berkeley and am considering Chemical Engineering among other things.
Well, I'm still in high school, I won't start until fall.
 
bed_head7 said:
Oh, I thought you were a freshman from a few comments and your date of birth.
Yeah, I actually should be a Freshman, but I was delayed a year to go to kindergarten because I was freakishly short.
 
BH--I understand your twisted sense of humor and there is a definite minimalist message you're giving us. ;)

You guys are too smart!! Congrats BH!! Berkeley, Minnesota and MIT are the top 3 in Chem Engineering. Berkeley, MIT and U of Ill for EE IIRC.
 
It didn't open to the article but I presume a brilliant person.
 
someone told me to explain my sig, so i will.

The most cowardly man on the battlefield is the one who claims neutral because hes to afraid to chooses sides because he doesnt know whos going to win yet, AT LEAST the general who snuck attack and the general who used hostages were fighting, while the neutral was to much of a puss to choose sides simply because he doesnt want to lose.
 
DuDe Fastpace said:
someone told me to explain my sig, so i will.

The most cowardly man on the battlefield is the one who claims neutral because hes to afraid to chooses sides because he doesnt know whos going to win yet, AT LEAST the general who snuck attack and the general who used hostages were fighting, while the neutral was to much of a puss to choose sides simply because he doesnt want to lose.
I call that opportunistic, not cowardly. It's deplorable by my standards, but morals are relative. Who's to say you or I wouldn't do the same thing in their position - when faced with death?
 
homeyg said:
The function calls itself until the computer runs out of memory to store another instance of the function. In C++ I think the only function that cannot call itself is main().

So, until the computer runs out of memory, it will print:

calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's calling a function that's.....etc.

Get it?

We need to teach this kid about fork bombs!

Or... maybe not...

Oh well...
Spoiler :

int main()
{
while (2>1)
fork();
}
 
@Chairman_Meow: Maybe I'm thinking about a different language, but don't you have to define functions before using them? The same goes for homeyg's program.
 
CM did you right your sig? :)
 
Back
Top Bottom