I\'m a C++ amateur. I\'m writing some Win32 API code and there are handles and weirdly compositely allocated objects aplenty. So I was wondering - is there some wrapper clas
MFC has some suitable primitives (look at CFile for example), but not the standard library.