No, dynamic allocation is not necessary in my case. I could as well use a static local array, like you say, or even a global array for that matter. I was just wondering if my code, the way it is now, can turn around and bite me or not.
No, dynamic allocation is not necessary in my case. I could as well use a static local array, like you say, or even a global array for that matter. I was just wondering if my code, the way it is now, can turn around and bite me or not.