Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TODO

  1. DESGIN

    • class design

      constructor, destructor private, protected, public assignment operator public inheritance template

  2. System Programming

    • threading

      VS thread with stack synchronization : mutex : critical section : event : semaphore async I/O

  3. Language

    • C++, C#

    • ruby, python

      ruby : just reading python : tool for

  4. Library

    • STL container

      vector (o) slist list set : union, intersection, difference map stack, queue, deque priority_queue hash_map hash_set string : constructor (o) : find : C string

    • STL algorithm

      sort (o) search copy remove (remove_copy_if ...)

    • STL iterator

      (forward, backward, bidirectional, randomaccess)

    • Boost

      filesystem string algorithm lambda, bind iostream ...

  • REGEX

    basic concept vocaburary back reference

  • file I/O

    fstream : line-based fstream (o) : byte I/O with read/write/seek/tell (o) : stream I/O Win32 API