Is there a C ++ STL class that works like a QByteArray ?
std::string
or
std::vector<unsigned char>
Full replacement, no. Depending on what you use it for, std :: vector may be good enough as a replacement.
Source: https://habr.com/ru/post/1314132/More articles:Set individual bit in C ++ - c ++MS SQL query for empty spaces (or \ xa0) - sqlUpload an independent assembly to another application domain - c #How to show full row highlighting for ListViewItem? - .netMaximum collection size - collectionsI often get SQLiteDoneException when querying a single value, why? - androidFind MacOSX version from Python - pythonImplementing XQuery in Java - javaRequest a collection of rectangles to overlap an input rectangle - algorithmHow to enable tooltip display while dragging and dropping in Java Swing - javaAll Articles