Wednesday, August 02, 2006

I am very bad with the array errors. This is the second time I am getting ^##^!@$ with this. :-(

For example, this code wont crash in C on Unix with your gcc and gdb or your windows compilers.



int a[3];
for i = 1 to 35
begin
a[i] = 40;
end



And these kind of things go undetected in Unitary Tests. And in the target compilers, the program just freezes.

Uff....I am really tired of this.Such an embarassment when it is detected at such a late state of life cycle.

No comments: