Arne Mertz from Simplify C++!
Sometimes we need unformatted data, simple byte sequences. At first glance, std::string might be a fitting data structure for that, but it is not. Think about data we get from […]
The post std::string is not a Container for Raw Data appeared first on Simplify C++!.