24 lines
340 B
Plaintext
24 lines
340 B
Plaintext
|
= Programming Patterns =
|
||
|
|
||
|
== Topics ==
|
||
|
|
||
|
* Object based programming
|
||
|
* Templates
|
||
|
* STL
|
||
|
* associative containers
|
||
|
* algorithms
|
||
|
* Inheretance
|
||
|
* multiple inheretence
|
||
|
* patterns
|
||
|
* singelton
|
||
|
* state design
|
||
|
* decorator
|
||
|
* observer
|
||
|
* chain of responsability
|
||
|
* visitor
|
||
|
* composite
|
||
|
* command
|
||
|
* memento
|
||
|
* flyweight
|
||
|
* registry
|