0
How to deploy C++?
How do I actually deploy and use C++ code? Can I turn it into an app for phones?
1 Resposta
+ 8
Yes you can. If we are talking about Android, you'll have to look into using NDK.
https://developer.android.com/ndk/index.html
How do I actually deploy and use C++ code? Can I turn it into an app for phones?