Leak in std::map

I find it quite interesting. Do you think it is going to compile? So I proudly present you a Weird Map. Can you explain it? Here's a…

Read more...

"Pointing" arguments

Honestly, I encounter this problem not for the first time ☹️ Because after languages like Java, Python, JavaScript where non trivial objects…

Read more...

Send UDP packet example

Copied code from Sending string over UDP in C++. C-style code in C++ question. Let's make this solution to be a real C++ answer! order of…

Read more...

Advanced Finite State Machine

In one project, I decided to navigate through the steps of the installation wizard using a state machine. First example Obviously the first…

Read more...