User profile: fanrongqi

User info
User name:fanrongqi
History
Joined:
Number of posts:14
Latest posts:

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_map
sorry,this will be ok. [code] #include <iostream> #include <algorithm> #include <hash_map> #...

a problem of using STL ,the hash_map
My code is like this: #include <iostream> #include <algorithm> #include <hash_map> #include <s...

How can I create a control inherit from CWnd
I 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 CWnd
thanks for your help,this link is useful . I have an other problem.I use CDC in OnPaint() function.b...