What wrapper class in C++ should I use for automated resource management?

前端 未结 8 1116
余生分开走
余生分开走 2020-12-16 13:56

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

8条回答
  •  别那么骄傲
    2020-12-16 14:22

    MFC has some suitable primitives (look at CFile for example), but not the standard library.

提交回复
热议问题