Dont think I'm not a developer. I developed application for Tizen since 2013 and stop developing for this platform 2 years ago. Last time using Tizen SDK I still feel comfortable with C++ as native language. But now I come back and see every UI Sample use EFL is written in C instead of C++ with long long long function name. There is not "Add new -> Add new class" anymore. I have to add .h and .cpp file separate. And now my IDE showing error "error: unknown type name 'class'" when I decleare a class.
Where is C++ for Tizen that I know ?