8 Jun
2012
8 Jun
'12
9:50 p.m.
On Fri, Jun 8, 2012 at 2:18 PM, young
I am working on Visual C++ application.
In my class, I define a data member as boost::shared_array and new it in one of the member function. If this member function is called many time. Then the array will be "newed" many times. Is that OK?
I do want to new it many time because the size of array depends on the function parameters.
I think we need a small code example in order to understand what you want.