Discrepancies with std::exception

Given the C++ code below, what will be its output? ...

December 22, 2022 路 1 min 路 167 words 路 Tomer Lev

Singletons in C++, just listen for a second

Singletons get a bad rep, but I argue that it shouldn鈥檛 always be the case. ...

August 25, 2022 路 2 min 路 334 words 路 Tomer Lev

Trying to avoid WinAPI

I don鈥檛 like WinAPI. That鈥檚 why, when I can, I try to find tricks to avoid using it. ...

August 25, 2022 路 1 min 路 141 words 路 Tomer Lev