is it possible to create new objects as you see necessary?
for example:
if (i==1) // for whatever reason
new Struct;
what i am really trying to ask is: can you create a new objects for a class, struct, etc. dynamically, without having to declare it in the driver, so you are not limited in the number of objects that can be in one program?
if you dont understand just put it in a reply..



LinkBack URL
About LinkBacks




