how to implement a class that support both default ctor and operator=At first I thought the wnd should have default create_info even if not explicitly constructed with a...
how to implement a class that support both default ctor and operator=Thanks, but here's another problem that i forgot to say in the first post, three [code]window[/code...
how to implement a class that support both default ctor and operator=[code] #include <iostream> #include <string> using namespace std; struct create_info { string text...
about window message reflectionHi In win32 some window message are sent to the parent's wnd_proc, such as button's WM_COMMAND. I'm...
problem implementing getter/setterTanks a lot, what a stupid mistake.
This user does not accept Private Messages