#Programming Micro Note
##Introduction
Short note to summarize some problems I encountered during work or leaning. Try to upload it as frequently as possible.
###Why this series?
- Keep memory refreshed.
- Avoid falling in the same trap.
- Make github contribution graph look cool.
##Issues
- Purpose of void
- Operator overloading
- Git - conflict when pulling (Github)
extern
andstatic
- Forward-declare with namespace
- wchar_t
- Multiple definition
- Dynamic allocation with size 0
- typename
- Compare C-style string
- Morris traversal
- Vector of
unique_ptr
- Returning array from pure C funcion
- Dereference NULL pointer
- Negative number assigned to
unsigned
- Reference to pointer
- Container - constness issue
- Temporary objects
- Rebuild
[WTFPL] (http://www.wtfpl.net/)