I have heard nothing of C++ support. Volker is working on supporting OpenCL. The c99 support is also improving (but will probably never be 100%).
Well you can compile for C++ (G++) compiler but Amiga header files are “C” code only no classes or namespaces or references and so, and when you compile for C++ the exe file gets bigger, unless you need classes, name spaces and/or references, it does not make sense.
But anyway C++ is nice monogramming language, one thing that is not always clear whit C++ is if argument is changed or if its not, C# is more clear on that issue, as you most to type “ref” where the argument is a “ref” type, any how “ref” are not so special pointers and address of “&” symbol does more or less the same thing.
Anyway you can more or less do the same thing in C as you can in C++, whit some clever workarounds.