Y
Hacker News
new
|
ask
|
show
|
jobs
by
mastazi
3765 days ago
I'm not sure about how mainstream/supported C++ is in the Android world.
1 comments
izacus
3765 days ago
Just as much as everywhere else, we're using it extensively for sharing code. If has a few qurks but it's easy better than windows for example.
link
mastazi
3765 days ago
Are you using NDK? I was reading about it earlier, it is something that I would like to look into, when I have some time.
link
izacus
3765 days ago
Yes, NDK is after all just a name for preconfigured GCC and Clang package shipped by Google :)
We use Clang 3.5.
link