Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 268 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 268 Bytes

Double Dispatch pattern for User Interfaces in C++

Test code on double dispatch design pattern in a dynamic way (i.e. during runtime).

Used to render a serie of board games in CLI or GUI mode. Note that C++ cannot directly support double dispatch.

by Tassos 2022