[Openal-devel] Using C++ in ALUT?

Sherief N. Farouk sherief at mganin.com
Mon Jun 2 17:23:50 PDT 2008


> Perhaps. The idea with the virtual interface would be that it could use
> user-overrides, though (eg. MP3 support through the alutStream
> interface
> without relying on the user's ALUT or having to change function calls),
> and
> not having to expose the implementation details. With a virtual
> interface,
> the real implementation only needs to inherit from the interface and
> implement the functions, adding whatever data into the object it needs.
> The
> app would never see, nor care about, the extra implementation data.

[Sherief N. Farouk] 

Makes sense. See what I said about that grain of salt? ;)

- Sherief



More information about the Openal-devel mailing list