Relative Content

Tag Archive for c++oopinheritancelibav

Inheriting Structs in C++

I am working with the LibAV library, converting it from C to C++ (and moving to an object oriented style).
This library has structs to hold data, which need to be created using specific allocation methods.
For example: