[Tutor] Comments appreciated

Alan Gauld alan.gauld at freenet.co.uk
Tue Dec 28 00:08:02 CET 2004


> file. This allows me to pass a single object that contains loads of
conf
> data to the important init functions (which my, indeed, change the
data
> depending on various factors). Now, memory wise this may not be the
best
> thing to do.

As a matter of interest why do you think its a problem memory wise?
You don't create copies when you pass the object, you only pass a
reference to the original - and indeed the only - copy.

Alan G.



More information about the Tutor mailing list