Thread: Out of memory
View Single Post
Re: Out of memory
Old
  (#5)
Bert
Member
 
Status: Offline
Posts: 11
Join Date: Jan 2004
Default Re: Out of memory - 17-06-2004

You could use static methods so you don't actually need an instance of the class. Thjere seems nothing wrong with your code, though we don't have enough information ( also english comments/var names would be nice ) .
Check you aren't creating objects in a loop when it isn't really needed.

Last edited by Bert; 17-06-2004 at 17:42..
  
Reply With Quote