Using OLE instead of the standard message loop.MANY thanks Freddie!!! Yep, I think it is COM I am after. I also think in regards the bare code we...
Using OLE instead of the standard message loop.I have recently been forced to learn - mainly copy-and-paste type learning! - a little OLE and windo...
When initializing wchar_t* data-members.Lolzor!!! But you are talking about the standard library string class. I don't like using an encap...
When initializing wchar_t* data-members.A very fair point! After doing more research here and elsewhere I'm getting the feeling that while ...
When initializing wchar_t* data-members.Is it generally better to initialize string data members as nullptr or as a zero-size array? I ca...