C&C++
文章平均质量分 78
menglei8625
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C语言实现android中内存和CPUUsage的控制(同样适用于任何linux设备)
Name: Background toolDescroption: manage android memory and CPU usage.Preparation: 1. download BGMonitor and BGManager and push them into /system/bin.2. chmod 777.Usage:1. Malloc some memo原创 2012-04-24 15:35:24 · 1365 阅读 · 0 评论 -
解译“_ifdef+__cplusplus+”的含义
#ifdef __cplusplus 是什么意思?时常在cpp 的代码之中看到这样的代码:#ifdef __cplusplusextern "C" {#endif//一段代码#ifdef __cplusplus}#endif这样的代码到底是什么意思呢?首先,__cplusplus 是cpp 中的自定义宏,那么定义了这个宏的话表示这是一段cpp 的代码,也就是转载 2012-04-26 16:28:15 · 940 阅读 · 0 评论
分享