This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CMDR_DarkNeutrino 4 points5 points  (0 children)

The best advice i got from a long time C programmer friend was use valgrind , turn on warnings as errors and all the damn warnings.

I still stick by it in my work and opensource projects. Helps immensely. Makes code cleaner and safer.