Differences
This shows you the differences between two versions of the page.
Both sides previous revision
Previous revision
|
|
projects [2016/02/23] terence [C++] |
projects [2016/02/24] (current) terence [C++] |
* [[:projects:singleton_template]] - An inheritance-based way to make singleton classes in C++ | * [[:projects:singleton_template]] - An inheritance-based way to make singleton classes in C++ |
* [[:projects:observer_template]] - A method to send and receive custom events in a generic way in C++ | * [[:projects:observer_template]] - A method to send and receive custom events in a generic way in C++ |
* [[:projects:endian_template]] - Work with big endian and little endian types in C++ without ever calling a conversion function | * [[:projects:endian_template]] - Work with big endian and little endian types in C++ without ever calling an "endian swap" function |
| |
===== End-user Focused ===== | ===== End-user Focused ===== |