Hello, Dave!
DJ> how to limit the number of objects that can be build from a class???
DJ> is anyone familiar with this problem, i guess that it has somthing to
DJ> do with indexing the objects while instantiated, i am i correct ??? or
DJ> there is any other way ??
DJ> if someone came accross this problem before it would be nice to explain
DJ> how he\she solved this issue

have fun!
If I correctly understood the question:
One of the solutions here will be object factory, that will track necessary objects count.
Another one will be incrementing class static counter and if limit is exceeded throw exception in the constructor with
appropriate message.
--
Regards, Vadym Stetsyak
www:
http://vadmyst.blogspot.com