Debug memory wrapping code from Writing Solid Code, or similar alternatives for C/C++ available to download? -
i'm reading "writing solid code" , stuff wrapping memory functions catch bugs , track memory leaks etc. provided in appendix b there's lot type in. know if code available somewhere download? or if there similar code source same thing available somewhere download? i'm interested in both c , c++ versions.
thanks
rather filling program debugging wrappers, use existing tool memory debugging. valgrind best there is.
Comments
Post a Comment