-
DESGIN
- class design
constructor, destructor private, protected, public assignment operator public inheritance template
- class design
-
System Programming
- threading
VS thread with stack synchronization : mutex : critical section : event : semaphore async I/O
- threading
-
Language
-
C++, C#
-
ruby, python
ruby : just reading python : tool for
-
-
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