Let\'s say I have a boost::mpl::list< A, B, C ...>. How do I access one of those typ开发者_运维技巧es given an index value at runtime? Is it even possible?http://www.boost.org/doc/libs/release/
Can someone give me an example of serialization/deseralization using the Boost library? I am working in c++/ubuntu 9.1
I wanted to do some regular expressions in C++ so I looked on the interwebz (yes, I am an beginner/intermediate with C++) and found this SO answer.
开发者_C百科It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. Fo
code: boost::filesystem::path config_folder(Config::CONFIG_FOLDER_NAME); if( !(boost::filesystem::exists(config_folder)))
Can I convert boost shared_ptr to void* and back to boost::shared_ptr? I need this because I need to pass the shared pointer and a callback function to a timer function implemented in C. And in the ca
I try to figure out how the new system_error together with error_code, error_category and not the least the (meant to implement portable error reporting) error_condition should be used.
I\'d like to use boost ptree in my project but since ptree.hpp causes about another 1000 header files to be included this increases compile times drastically (e.g. from 1s to 7s) and as it\'s needed i
I havea std::tr1::unordered_map<int, A> map; whereA is a class with a member variable (int x).
Is it possible with one instance of Boost log, to log into severeal files. I mean is it possible to specify in which file the log will be written: