Hy...I try to explain better my question... Im using boost serialization text archive before sending data over TCP connection...
开发者_JS百科Are there any boost libraries to help with UTF-16 (or higher) strings?I used ICU successfully in the past when dealing with encoding in C++.There\'s nothing officially in Boost yet, but B
I\'m looking for the proper data structure for this scenario. I have boost available to use. The code was originally in C#, and I was using a queue there, but I don\'t believe that was an appropriate
c:\\program files\\mysql\\mysql connector c++ 1.1.0\\include\\cppconn\\connection.h(29): fatal error C1083: Cannot open include file: \'boost/variant.hpp\': No such file or directory
I have created an application which uses the pipeline pattern to do some processing. However, I noticed that when the pipeline is run multiple times in a row it tends to get slower and slower.
boost::array<uint8_t,1000> buffer; ByteBuffer b((boost::shared_ptr<uint8_t>)buffer.data(), buffer.size());
The following code #include \"stdafx.h\" #include <string> #include <set> #include <boost/algorithm/string/trim.hpp>
In the code below, I used program options to read parameters from command-line or file. In addition, options can be set programatically at runtime through ConfigProxy::setConfig
I made some test and I was able to create and remove boost::interprocess::shared_memory_object in a C++/CLI executable without problems. In a C++/CLI dll plugin I\'m only able to create the boost::int
I am trying an example, which causes race condition to apply the mutex. However, even with the mutex, it still happens. What\'s wrong? Here is my code: