c++ how to initialize a static array of custom objects with constructor
How can i initialize an static empty array of objects (which have constructor) in c++. I would like the array to be empty on creation…
How can i initialize an static empty array of objects (which have constructor) in c++. I would like the array to be empty on creation…