On 21 November 2013 at 14:37, Alessandro Mammana wrote:
| I found out what the problem was, luckily it was just a stupid bug in
| my code (an array index out of bounds).
| I still didn't quite get how memory allocation works. As far as I
| understood there are these two ways of allocating memory:
I found out what the problem was, luckily it was just a stupid bug in
my code (an array index out of bounds).
I still didn't quite get how memory allocation works. As far as I
understood there are these two ways of allocating memory:
1. Using malloc/free, new/delete, normal C++ constructors and
de