C programming Syntax correcting tool
I have had problems with making stupid mistakes in c programs. I am sure i am not alone in this problem. I would like some kind of code checking tool. I always seem to make silly errors like having no file close statement. Allocating memory but not freeing it. If there was some tool to check this it would be great.
Thanks in advance,
Michael
|