Posts tagged cpp
-
Packaging the TWS C++ API as a CMake static library
How to extract the Interactive Brokers TWS C++ client, wrap it in a static CMake library for macOS, Linux, and Windows, and consume it cleanly in downstream projects.
-
Unicode Text Processing in C++ — Part 2: Grapheme Clusters and Performance
What a character actually is. How to iterate grapheme clusters with ICU. Benchmarks and where Unicode processing matters. Part 2 of 2.
-
Unicode Text Processing in C++ — Part 1: Normalization and Case-Folding
Why std::string fails at Unicode comparison. How normalization and case-folding fix it, and why the C++ standard can't ship Unicode. Part 1 of 2.
-
Packaging Intel’s libDFP as a CMake static library
A procedural guide: CMake-wrapping Intel’s libDFP for macOS, Linux, and Windows.