I wonder is it possible to compile C++ code snippet under Tizen IDE.
I mean to add and compile a library coded in C++. As we know since 2015 the main native language is ANSI C.
I tried to add class to Native project but is not parsed correctly by Tizen env.
Is there any way to configure Tizen Native project to accept C++ code in Tizen IDE?
I don't want to use c++ to create UI or use specified Tizen features.
thanks
slaw