Read / Write Array Of ByteOr this: [code]#include <iterator> // std::back_insert_iterator ... char sendID[] = "[SEND] "...
Be careful when storing the result of std::clamp as a referenceA struct is not a pod. There is even a std::is_pod. See: https://en.cppreference.com/w/cpp/types/is...
Be careful when storing the result of std::clamp as a referenceThis is indeed dangerous since std::clamp operates with (temporary) const &. In cppreference.com th...
code unexplained behaviorYou do not provide enough code to reproduce the problem. So the problem might not be where you think...
how to release HDC object[quote]still does not flush memory[/quote]On line 72 the window dc is released. I.e. you don't have ...