On Thu, 15 Apr 1999 Philip.Belben_at_powertech.co.uk wrote:
>Hang on. I don't claim to be fluent in C, so I was keeping out of this debate,
>but this is well weird! As I understand it, you don't have to prototype
>anything in C - or shouldn't have to. The only C compiler I've ever used
>doesn't even SUPPORT prototypes!
I'm just not good with jargon. I meant declaring. In perl, everything is
dynamically allocated. You don't do "int foo; foo=5;", you just do
"$foo=5;".
--Max Eskin (max82_at_surfree.com)
http://scivault.hypermart.net: Ignorance is Impotence - Knowledge is Power
Received on Thu Apr 15 1999 - 16:57:56 BST