Tuesday, October 04, 2005

Programming lessons

After I hacked approximately 4500 lines of C code lately and cursing the compiler for not warning me when I again write to memory I have not allocated before etc, here is the point where I am happy that gcc will warn me at least if I do really big crap with my pointers.

This does not help in finding the weird causes for some segfaults, but nowadays I am happy with so little...