c/c++ 20
- Bitwise nuggets: flip bit to win Dec 26, 2021
- The overloaded insertion operator in C++ exceptions Nov 14, 2021
- Bitwise nuggets: XOR swap Nov 2, 2021
- std::map with pointers as keys Oct 31, 2021
- Const and pointers in C++ Oct 30, 2021
- Bitwise nuggets: rotate a number to the left using bit precision Apr 3, 2019
- Bitwise nuggets: clear the first k most significant bits Apr 3, 2019
- Bitwise nuggets: check if a number is a power of 2 Apr 2, 2019
- Bitwise nuggets: insert a number inside another one Apr 2, 2019
- Bitwise nuggets: rotate a number to the left using byte precision Apr 1, 2019
- Bitwise nuggets: clear the least significant bits up to a given position Apr 1, 2019
- Bitwise nuggets: clear the most significant bits up to a given position Mar 31, 2019
- Bitwise nuggets: get bit at position Mar 31, 2019
- Bitwise nuggets: count set bits Mar 31, 2019
- Bitwise nuggets: count total bits Mar 30, 2019
- Bitwise nuggets: invert the n least significant bits Mar 30, 2019
- Bitwise nuggets: convert an integer to a binary string Mar 30, 2019
- How to read safely from stdin in C Dec 11, 2018
- Implementing a vector in C Dec 21, 2017
- (Anonymous) unions in C Dec 17, 2017