Philip Guo - C Programming Tips
Contents: Introduction Should I even be programming in C? Catch bugs as early as possible during execution Use assert statements to document and enforce function pre-conditions and other assumptions Use rep. checks to enforce data structure consistency
www.pgbovine.net |