What should I use if I have like 100 objects, and I'm don't know how many of those should be used, so I don't want to initialize immediately. I tried a pointer, but I'm not interested in another array.
In other words: How to avoid initialization without creating an array?