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

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -