简体   繁体   English

Android中使用的默认C ++版本是什么?

[英]What is the default C++ version used in Android?

What is the default C++ version used in Android? Android中使用的默认C ++版本是什么?

there are posts like "Enable C++11 support on Android" but how to find default version. 有类似“在Android上启用C ++ 11支持”之类的文章,但是如何查找默认版本。

Android libraries are application programming or system programming? Android库是应用程序编程还是系统编程?

For android system programming: Determines the C++ version that the gcc tool version used in the android operating system supports. 对于android系统编程:确定android操作系统中使用的gcc工具版本支持的C ++版本。 You can check here for gcc version :"android/platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/SOURCES" file. 您可以在此处查看gcc版本:“ android / platform / prebuilts / gcc / linux-x86 / arm / arm-eabi-4.7 / SOURCES”文件。 Also you can see here what the gcc version supports. 您也可以在此处查看gcc版本支持的内容。 enter link description here 在此处输入链接说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM