Design- and Architectural Patterns With C++ (2022-10-24 - 2022-10-26)# Monday Tuesday Wednesday Monday# 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 🤔) Solution: Proxy (Remote Thermometer) Tuesday# Composite Solution: Composite Command Solution: Command Interpreter Exercise: Arithmetic Expression Interpreter Solution: Arithmetic Expression Interpreter Wednesday# 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)