rmaicle

Programming is an endless loop; it's either you break or exit.

Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).
You are free to copy, reproduce, distribute, display, and make adaptations but you must provide proper attribution. Visit https://creativecommons.org/ or send an email to info@creativecommons.org for more information about the License.

Date and Time

C++ Posts

Call State Checker

2016-02-21 21:02:13 +0000

A state observer for querying simple function call execution state to help in debugging.

Conditional Assertion

2016-02-19 08:01:55 +0000

A conditional assertion can help make lines compact and much readable.

A Case for Using C++ Properties

2016-02-10 08:39:41 +0000

Possible use cases of a simple class template emulating class properties.