Playing the strings: C++20 std::format: Compile-Time vs. Runtime
C++20 std::format is not all kitties and rainbows, at least until C++26 comes to the rescue. The issue relates to compile-time Vs runtime...
Integrating a Desktop application with Pay Pal in c++
Introduction This article was written following a need to integrate PayPal Express Checkout in a c++ Win32 application. Background I was...