C++拾遗系列(From 2010.10)
C/C++语言精选
- volatile变量 (2011.02.20)
===============================================================================
My Previous Articles:
C++ More Effective :
- Some bad C++ programming habits which may lead to Memory Leak Error (2010.06.07)
- Never call virtual functions during construction (2010.06.01)
- Summary on “const” in C++ (2010.06.01)
- About new/delete/new[]/delete[] and malloc/free (2010.3.25)
C++ Programming Experience:
- Name of “Struct” and “function” can be the same (2011.01.06)
- 关于栈、堆、静态存储区最大可分配大小的探讨 (2010.09.02)
- Somthing about "++i" (2010.08.14)
- The random generator of INT and FLOAT (2010.08.12)
- Be careful of the use of data format in function “scanf” (2010.06.18)
- Don’t use “memset” function for you “std::string” objects! (Memory Leaks Error) (2010.06.02)
- How to Make Memory Leak Detection in C++? (2010.06.01)
C++ Strange Errors:
- Error: already defined in MSVCRT.lib(MSVCR100.dll) (2010.06.17)
- Error: Memory crash _BLOCK_TYPE_IS_VALID(pHead -> nBlockUse) (2010.06.10)
- error LNK2038: mismatch detected for ‘_ITERATOR_DEBUG_LEVEL’: value ‘0′ doesn’t match value ‘2′ (2010.06.02)
- C++ Error: function call missing argument list use to create a pointer to member? (2010.05.29)
Visual Studio:
- Visual Assist for Visual Studio 2010 (2010.06.05)
C++ Additions:
- XML Parser methods for C++ (2010.05.11)
- CsharpCOMCplusAdapter(v2.0): C++ call C# (version 2.0) (2010.05.11)
评论