
英语编程资料
文章平均质量分 91
oncealong
这个作者很懒,什么都没留下…
展开
-
The C++ 'const' Declaration: Why & How
The C++ 'const' Declaration: Why & How转自: http://duramecho.com/ComputerInformation/WhyHowCppConst.htmlThe 'const' system is one of the really messy features of C++.It is simple in concept: v...翻译 2018-11-29 17:44:05 · 267 阅读 · 0 评论 -
Clang vs Other Open Source Compilers
分享一篇文章, clang官方文章:https://clang.llvm.org/comparison.htmlClang vs Other Open Source CompilersBuilding an entirely new compiler front-end is a big task, and it isn't always clear to people why we de...原创 2018-12-28 10:02:34 · 298 阅读 · 0 评论 -
Android NDK编程: JNI技巧
前言: 这篇文章是android官方文档(https://developer.android.com/training/articles/perf-jni), 讲的非常赞. 有很多最佳实践, 比如储存classid/methodid, 管理线程, cpp和java线程交互, 异常UTF编码, 最后还有几个常见问题(UnsatisfiedLinkError错误, java和native分享数据)....翻译 2018-12-11 21:37:52 · 1773 阅读 · 0 评论