Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.44 KB

File metadata and controls

60 lines (43 loc) · 1.44 KB

#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?

  1. Keep memory refreshed.
  2. Avoid falling in the same trap.
  3. Make github contribution graph look cool.

##Issues

October 2016

20161004

  • Purpose of void
  • Operator overloading

20161005

  • Git - conflict when pulling (Github)

20161006

  • extern and static
  • Forward-declare with namespace
  • wchar_t

20161007

  • Multiple definition
  • Dynamic allocation with size 0
  • typename

20161010

  • Compare C-style string

20161011

  • Morris traversal
  • Vector of unique_ptr

20161012

  • Returning array from pure C funcion
  • Dereference NULL pointer

20161017

  • Negative number assigned to unsigned

20161018

  • Reference to pointer

20161019

  • Container - constness issue

20161128

  • Temporary objects

20161130

  • Rebuild

License

[WTFPL] (http://www.wtfpl.net/)