Mar 29, 2014 at 7:30am
AFAIK you should not use unique_ptr<>
or any other smart ptr
to hold dynamic arrays
U can use vectors instead
Mar 29, 2014 at 7:33am
Last edited on Mar 29, 2014 at 7:38am
Mar 29, 2014 at 4:04pm
thanks!, that was exactly what I was looking for