Compgo123@xxxxxxxxxxxxxxxxx wrote:
Recently I got some new ideas and decided to re-write my program. So this subject has some meaning to me. My experience tells me that the easiness to debug a program is of great importance. The most often met problems are the memory leak or illegal memory reference.
I agree with all of that, but I disagree with the solution.
To have no memory leak, there is a better solution , there is a lot of language designed to avoid them. Did you already try Pyhon or Ruby? In my experience, they are easier to use than C. To a C programmer, I would give you the advice to use Python wich is the more close to C language.So there should be a convenient way to check memory leak and to debug.