c++ Programming Glossary: dangers
How do you handle strings in C++? http://stackoverflow.com/questions/133364/how-do-you-handle-strings-in-c std string.c_str is for but honestly one of the biggest dangers in C is programmers doing Bad Things with char and winding up..
Are C++ Templates just Macros in disguise? http://stackoverflow.com/questions/180320/are-c-templates-just-macros-in-disguise ARE the real distinctions and how can templates avoid the dangers that #define leads you into like Inscrutable compiler errors..
make include directive and dependency generation with -MM http://stackoverflow.com/questions/2801532/make-include-directive-and-dependency-generation-with-mm bar.h baz.h I got the idea from this amazing paper on the dangers of recursive make Recursive Make Considered Harmful I also add..
Inadvertent use of = instead of == http://stackoverflow.com/questions/399792/inadvertent-use-of-instead-of with atm but there are ways to circumvent and reduce the dangers of it. Example void ptr calloc 1 sizeof array if NULL ptr some..
What are potential dangers when using boost::shared_ptr? http://stackoverflow.com/questions/701456/what-are-potential-dangers-when-using-boostshared-ptr are potential dangers when using boost shared_ptr What are some ways you can shoot..
Visual Studio 2010 hangs when I debug method AttachThreadInput() http://stackoverflow.com/questions/8075568/visual-studio-2010-hangs-when-i-debug-method-attachthreadinput
|