Debug Error
Dec 15, 2012 at 12:03pm
Solved
Last edited on Dec 15, 2012 at 1:32pm
Dec 15, 2012 at 12:34pm
You're the second person today that I've helped with this:
1 2 3 4 5 6
|
size;
aa = new int [size];
for (int i = 0; i<size; i++)
{
aa[i] = 0;
}
|
size is still 0, you can't write to NULL.
Topic archived. No new replies allowed.