This blogs lists some of my daily learned lessons during developing C++ for several platforms (ISO, Boost, Symbian OS) and OOP in general.
Monday, May 14, 2007
Asynchronous calls
When calling an asynchronous function you should never pass arguments from the stack to that function. I can not say exactly if e.g. a TPtrC wrapped around a HBufC* member variable should be avoided.