Creating multiple objects using For loop - C++ Forum
Hey All, I am trying to create a function which is passed a number indicating the amount of objects to create of a particular class type. While creating these objects, each should have its own pointer name so that each object can be accessed individually ...