c++ Programming Glossary: checker
std::enable_if : parameter vs template parameter http://stackoverflow.com/questions/11055923/stdenable-if-parameter-vs-template-parameter parameter vs template parameter I'm building some input checker that needs to have specific functions for integer and or double..
Write your own memory manager http://stackoverflow.com/questions/1194479/write-your-own-memory-manager on how to make a scalable and efficient dynamic memory checker. How to Shadow Every Byte of Memory Used by a Program share..
How to make std::vector's operator[] compile doing bounds checking in DEBUG but not in RELEASE http://stackoverflow.com/questions/1290396/how-to-make-stdvectors-operator-compile-doing-bounds-checking-in-debug-but that Borland was hiding . c visual studio 2008 bounds checker share improve this question Visual Studio 2005 and 2008..
Algorithms and Data Structures best suited for a spell checker, dictionary and a thesaurus http://stackoverflow.com/questions/1524264/algorithms-and-data-structures-best-suited-for-a-spell-checker-dictionary-and-a and Data Structures best suited for a spell checker dictionary and a thesaurus Best way to implement a dictionary.. is made on meanings of the words similar meanings spell checker something better than a hash map if possible with correct spelling..
GCC ABI compatibility http://stackoverflow.com/questions/2801938/gcc-abi-compatibility The official ABI page points to an ABI compatibility checker . This tool may do what you want. share improve this answer..
When and why will an OS initialise memory to 0xCD, 0xDD, etc. on malloc/free/new/delete? http://stackoverflow.com/questions/370195/when-and-why-will-an-os-initialise-memory-to-0xcd-0xdd-etc-on-malloc-free-new you store to any of these locations the memory integrity checker will detect it. _bAlignLandFill has been changed from 0xBD to..
Eclipse spelling engine does not exist http://stackoverflow.com/questions/48390/eclipse-spelling-engine-does-not-exist Ganymede with CDT 5 on Windows. When the integrated spell checker doesn't know some word it proposes among others the option to.. If the user dictionary doesn't exist yet the spell checker offers then to help configuring it and shows the General Editors..
tools to determine memory leak in a c/c++ code http://stackoverflow.com/questions/5195220/tools-to-determine-memory-leak-in-a-c-c-code among many others If you're talking about a runtime checker which will be way more accurate and reliable than static analysis..
GCC STL bound checking http://stackoverflow.com/questions/5594686/gcc-stl-bound-checking checking for operator and iterators c gcc stl bounds checker share improve this question You can activate runtime iterator..
VS2010: project is not up to date “because ”AlwaysCreate“ was specified”? http://stackoverflow.com/questions/6054066/vs2010-project-is-not-up-to-date-because-alwayscreate-was-specified but forgot to remove it from the project. The dependency checker then believes the project is not up to date but the builder..
Profiling C++ multi-threaded applications http://stackoverflow.com/questions/638090/profiling-c-multi-threaded-applications Runtime sanity check tool Thread Checker Intel Thread checker VTune here Memory consistency check tools memory usage memory.. Analysis. CPU usage AQTime here EDIT Intel thread checker can be used to diagnose Data races Deadlocks Stalled threads..
Memory Allocation Profiling in C++ http://stackoverflow.com/questions/700097/memory-allocation-profiling-in-c It is an profiling tool for Linux. It has a memory checker for memory leaks and other memory problems called Memcheck but..
|