Programming Linux
Courses
About
Blog
Monday
Tuesday
Wednesday
C++ Interfaces
UML Short Introduction
Singleton
Exercise: Singleton (Inflexible)
Solution: Singleton (Inflexible)
Exercise: Singleton (Flexible)
Solution: Singleton (Flexible)
Exercise: Singleton (Flexible And Strict)
Solution: Singleton (Flexible And Strict)
Adapter
Solution: Adapter
Proxy
Exercise: Proxy (Rounding Thermometer)
Solution: Proxy (Rounding Thermometer)
Exercise: Proxy (Remote Thermometer) (That with the ServerThread 🤔)
ServerThread
Solution: Proxy (Remote Thermometer)
Composite
Solution: Composite
Command
Solution: Command
Interpreter
Exercise: Arithmetic Expression Interpreter
Solution: Arithmetic Expression Interpreter
Continuing with Interpreter …
Exercise: Interpreter Combined With Adapter (And A Proxy)
Solution: Interpreter Combined With Adapter (And A Proxy)
Observer
Solution: Observer
Abstract Factory
Solution: Abstract Factory
Case Study/Livehacking: Heating Control (Reading Sensors)