1
2
    shared_ptr<FILE> f(fopen("c:\\test.jpg""r"), [](FILE* obj) {fclose(obj); });
 
cs


+ Recent posts