Is C++ good for making apps?

Used for Android App and Native app development, C++ is used for developing games, GUI-based applications, real-time mathematical simulations, banking apps, etc . C++ is popular with Cloud computing apps as it can quickly adapt to changing hardware or ecosystems.

Read more

Can I do C++ in Android?

You can program in C/C++ using the Android NDK . You’ll have to wrap your c++ codebase in a static library and load that through a Java wrapper & JNI. The standard NDK does not support RTTI and a lot of the functionality of standard c++ is also not available such as std::string, etc.

Read more