boost-extension
Boost-Extension-Reflection How to fix segmentation fault error when compiling official sample not with bjam?
So I try to port some Boost.Extension samples for standart IDEs - to make tham free from BJAM and to be able to work with them in standard ways across platforms.[详细]
2023-03-02 02:29 分类:问答What is main difference between creation of reference vs creation of object?
So a while ago I were playing with Boost.Extension example. They used std::map<std::string, factory<computer> > computers;[详细]
2023-03-01 05:42 分类:问答how to receive map<A, B>& from function/class?
How to receive map<string, factory<BaseClass, ConstructorType> > from such function? So I have[详细]
2023-02-27 08:44 分类:问答Boost how to create a map for types selection?
so i use BOOST.EXTENTION to load modules. I have a special file that describes each module. I read variables from that file.[详细]
2023-02-25 23:04 分类:问答ICollectionView.SortDescriptions sort does not work if underlying DataTable has zero rows
We have a WPF app that has a DataGrid inside a ListView. private DataTable table_; We do a bunch or dynamic column generation ( depending on the report we are showing )[详细]
2022-12-28 13:47 分类:问答