AVAudioEngine and c++?

Im guessing i already know the answer to this but is AVAudioEngine class accessible in c++?

No matter what i try i can't seem to get a pointer to it.

Replies

C++ doesn't understand Objective-C classes, you have to use Objective-C++ (and rename the files to .mm)