Page 2 of 2

Posted: Wed Sep 26, 2007 11:53 pm
by GedB
Modules, namespaces, anything that helps with building a larger project.

Posted: Thu Sep 27, 2007 12:04 am
by Thalius
hmmm - i find defining Structs in a Procedure rather ugly - altho i udnerstand the problem - but then again isnt that exactly what EXTENDS is for ? i mean you could build your rootstruct with substructs that way - in clever procedures you just deliver a pointer to ( with the appropriate structure info which could be splitted by EXTENDS or foo.Structwhatsoeverflowersetc anyway. Used from C that structures are kept mostly in header files anyway i think it would hurt the readability of the code alot if you were to define local structs procedure interna.

Thalius