专注计算机技术: Linux Android 云计算 虚拟化 网络
发布时间:2014-10-11 03:02:02
Strategies for Using C++ in Objective-C Projects (and vice versa)Update (May 2012): while nothing in this article is incorrect, there have been some changes to Objective-C since clang became Apple's primary compiler. This means there is now an easier way to combine C++ and Objective-C than the.........【阅读全文】
发布时间:2014-10-11 02:56:55
Cross-platform (iOS/Android) Mobile App development using C++At AmigoCloud, we use tons of C++ & OpenGL for our Mapping applications.Funny enough, when I talk to tech-people about our startup and tell them that we have a cross-platform framework, the first words that come out of their mout.........【阅读全文】
发布时间:2014-10-09 04:35:25
Java工具类,主要包括SimpleCache——小型缓存、AutoGetDataCache——自动获取新数据的缓存, ArrayUtils——数组工具类、FileUtils——文件操作工具类、JSONUtils——Json工具类、ListUtils——list工具类、MapUtils——map工具类、ObjectUtils——Object工具类、RandomUtils——随机数工具类、SerializeUtils——序列化.........【阅读全文】
发布时间:2014-09-28 11:21:26
2012年10月31日 10:32 泡泡网 【编译】anandtech 作者:anandtech 编辑:张伟(编辑) 泡泡网CPU频道10月31日 前日AMD在旧金山正式宣布进军ARM处理器行业,并计划在2014年量产64bit ARM芯片,而NVIDIA的64bit丹佛芯片我们也是早有耳闻,这和多年前桌面处理.........【阅读全文】
发布时间:2014-09-19 05:30:46
Android NDK从r5b版本开始有官方支持的STL了,有一个crystax版本早已经支持。官方的支持有两个版本一个是gnu的,一个是stlport。如果你需要在你的NDK程序中使用STL,那么需要在Application.mk文件中添加一个选项,就是APP_STL := stlport_static。 其中APP_STL的取值有以下四种: system --> 系统默认的.........【阅读全文】
COMPUTER-TECH2014-12-23 15:06
COMPUTER-TECH:近期在搞JNI,Xcode, 所以转了好多C++的文章。 C++,需要真正的面向对象设计,面向的不好是自己给自己找麻烦。
找麻烦呀找麻烦,好好面向对象吧。
回复 | 举报