Signatures.

Birdjaguar said:
CM did you right your sig? :)
No, someone else did. You must have missed his previous post. ;)
 
Yom said:
No, someone else did. You must have missed his previous post. ;)
I did, do you know about what page it is on?
EDIT: I found it thanks.
 
Yom said:
@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.
In most cases, yes. fork() happens to be a system call in Unix, so if you compile this in a Unix-type system, then fork uses a system call to start a new copy of the process that is running. Becuase of the while loop, you quickly end up with lots of processes spawning lots of other processes, and the computer quickly is overloaded.
 
My sig is just there.. occassionaly I change it.. read it for some random bit of wisdom..
 
"Why is you Signature the way it is?"

Why not? I don't like being over pretentious with "famous" or "wise" quotes.
 
i find your sig very poetic and wise

im inspired

mine are there cause i felt like putting them there, the links are pretty self explanatory, click them and youll see

ps.dose anyone ever click on links in other peoples sig?

the few times i have, ive been disappointed... :p
 
I wanted to share one of my deep insights.
 
Curt is a funny guy and my username is in that quote too... :)

Before that I changed my sig quite often, usually it was undiluted BS. I've had the Curt quote for a while now.
 
My sig expresses a profound secret of happiness, one that I have lived by for years.
 
Mine is a song by the Pogues (of which the lea dsinger Shane MAcGowan is my avvie). It's a quasi-drinking song that represents my frame of mind:

-depression
-not giving a damn
-being stuck in "county Hell"
-drink.
 
thetrooper said:
Every Pogues song is a drinking song :p

Tou
che.gif


:D
 
Mine is just a random quote from an old punk geezer. I was going to have something erudite, deep and meaningful, but I thought better of it.
 
Iggy said:
Mine is just a random quote from an old punk geezer. I was going to have something erudite, deep and meaningful, but I thought better of it.

An old punk geezer? Johnny would be very disappointed witht hat :(
 
homeyg said:
Well, you can define the function at the beginning of the program, therefore it's legal to use it where he did. Plus, prototyping in C++ allows you to put the call before the declaration.
Were you trying to quote me? What's prototyping; does your use of "void funciton()" count as defining the function?
 
nonconformist said:
An old punk geezer? Johnny would be very disappointed witht hat :(
Why so? Johnny is an old punk geezer himself.
 
Back
Top Bottom