Re: Features
- Posted by Ralf Nieuwenhuijsen <nieuwen at XS4ALL.NL> Sep 08, 1998
- 510 views
>Let's have a riot! Or at least a rowdy heretic party while the boss is Pretty amusing Jiri. Esspecially that other people actually assumed you were meaning stuff seriously. The use of constants, and variable declaration in general. It was pretty ironic. No, I would at least expected another complaint about the way mutal recursion was handled. Prolly, the only point I would support you. If File A includes File B, but File B also includes File A, then the routines of file A should *also* be available to File B. However, this kind of mutal recursion should only be possible between multiple files, when they both include the other. It will enable us to have parts of code, nicely ordered over multiple include files, wich are able to communicate in 2 ways. Ralf