I have been worried about the ticket before the year, but I have to seal now a version developed before going to the holiday. I am really tired. The BT's study has been put down for two days. Recently, I have a few libraries about BT, it is watching, The Tracker of BT is really interesting. Be sure to figure out him, don't know what the method can improve the transmission speed of P2P ... Who has a good idea to share. Today, I use a copy of the version to study the serialization of Boost, especially XML serialized Dongdong, still have a lot of gains, I am afraid that I have forgotten, people are old, many Dongdong can't remember .... .. (1) Research on the work of the Boost library XML sequence to be prepared. Next, the next latest BOOST library remembers the 1.32 version, this version provides XML serialization support B.Windows VC7.0, This is a must, I have never been able to change my VC6. The result of compiling Boost's serialization is a lot of cockroaches. It is really no way. I have no way, I have to install VC7, the reason is VC6 template The support is not good, it is much farther than GCC, VC7 is strong ... In fact, VC7 is also very easy to use. c. Open the project file under BOOST / LIBS / Serialization / VC7IDE, then edit the Lib, D. Make a new engineering test to use my name XMLSER E. Remember to make the RTTI support of the project, I am because I am This is not selected, scratched for a long time, the specific setuprty page-> C / C -> Language-> Enable Run-Time Type Info must choose (YES), I just didn't pay attention to this, the result is in my serialization STD :: Vector
(2) Boost's XML serialized test code is best to do this to see the documentation provided by Boost, and it is best to see the example programs under Boost / Libs / Serialization / Example, but I recommend the most Don't use this code to do the test, one is more complicated, two is that you will not understand the implementation details, below is a step-by-step test code // xmlser.cpp: defines the entry point for the console application . / / #include