how to use replace_range_copy()I study boost library,I don't know how to use the function [code] std::string str; boost::algori...
a problem of using STL ,the hash_mapsorry,this will be ok. [code] #include <iostream> #include <algorithm> #include <hash_map> #...
a problem of using STL ,the hash_mapMy code is like this: #include <iostream> #include <algorithm> #include <hash_map> #include <s...
How can I create a control inherit from CWndI guest the CDC::FillRect() will refresh the control or it produce the message ON_PAINT.so the OnPa...
How can I create a control inherit from CWndthanks for your help,this link is useful . I have an other problem.I use CDC in OnPaint() function.b...