Website banner
Website logo
# C++

Fast Customization of Log Messages

A small trick to implement fast customization of log messsages.

Read More...

Angle Class Using Unsigned Integer

Analysis of a C++ angle class written using an underlying unsigned integer instead of a floating-point number.

Read More...