I want to use std::unique_ptr
in combination with FreeImage\'s FITAG. The code in plain C would be:
... load image;
FITAG* tag = NULL;
FreeImag
- 热议问题