
linux C/C++编程开发
文章平均质量分 56
sanlinux
这个作者很懒,什么都没留下…
展开
-
[转]构造 c++ IDE(linux)
本文转自:http://www.cnblogs.com/blueoceanli/archive/2009/04/27/1444491.html (修改~/.vimrc,没有创建之)set encoding=utf-8syntax enablesyntax onfiletype on set tabstop=4set softtabstop=4set shiftw转载 2009-11-09 20:52:00 · 1329 阅读 · 0 评论 -
Mutt邮件处理系统框图
http://blog.chinaunix.net/uid-20543672-id-3349607.html前段时间向内核提交了几份文档翻译补丁,由于使用了gmail的web GUI,出现了一些问题:1、在复制到gmail时,出现了自动换行。(感谢Greg Kroah-Hartman大神的提醒和修复,对于他手动修复这个问题补丁表示感谢和愧疚)2、在发送补丁后转载 2013-05-05 20:57:53 · 1316 阅读 · 0 评论 -
C++中的线程函数如何访问类中的成员变量
http://hi.baidu.com/potal/blog/item/e3fcf1f022a0b706b17ec5ec.html1. C++ 中如何定义线程函数 有两种方法:a. 定义线程函数为全局函数 b. 定义线程函数为类的静态成员函数2. C++中的线程函数如何访问类中的成员变量 针对线程函数为类的静态成员进行说明。如果是静态数据成员,当然可以直接访转载 2012-06-17 21:40:07 · 1199 阅读 · 0 评论 -
C++著名程序库的比较和学习经验(STL.Boost.GUI.XML.网络等等)
本文转自:http://blog.youkuaiyun.com/dbafans/article/details/5673114 1、C++各大有名库的介绍——C++标准库2、C++各大有名库的介绍——准标准库Boost3、C++各大有名库的介绍——GUI4、C++各大有名库的介绍——网络通信5、C++各大有名库的介绍——XML6、C++各大有名库的介绍——科学计算7、C++各大转载 2012-06-02 16:19:52 · 1080 阅读 · 0 评论 -
ARM Linux Developer - rmk's GIT tree
This is a guide concerning Russell's GIT tree. It is not meant to be a general guide about GIT trees, or how to even run a GIT tree. Please翻译 2011-07-20 13:21:05 · 1256 阅读 · 0 评论 -
Contributing Code to uClinux-dist repository
http://www.alterawiki.com/wiki/Contributing_Code_to_uClinux-dist_repositoryHere will be explained who to publish your changes and stuff into翻译 2011-07-16 13:11:17 · 901 阅读 · 0 评论 -
USB转串口端口设置
USB转串口端口设置原创 2011-02-21 22:45:00 · 2916 阅读 · 0 评论 -
qemu+gdb+ddd调式linux-0.11源码
qemu+gdb+ddd调式linux-0.11源码原创 2010-07-13 23:07:00 · 1603 阅读 · 0 评论 -
如何使用arm-eabi-gdb调试android c/c++程序
如何使用arm-eabi-gdb调试android c/c++程序原创 2010-07-10 16:35:00 · 4848 阅读 · 1 评论 -
如何使用gdb结合qemu调试linux内核源码
如何使用gdb结合qemu调试linux内核源码原创 2010-07-11 18:10:00 · 2792 阅读 · 0 评论 -
Android中使用arm-eabi-gdb和vim进行调试
Android中使用arm-eabi-gdb和vim进行调试原创 2010-07-10 21:31:00 · 3956 阅读 · 0 评论 -
【转】u-boot的Makefile分析
声明:本文转自http://blog.mcuol.com/User/lvembededsys/Article/4355_2.htm#,这是一篇很不错的文章,参考一下。 U-BOOT是一个LINUX下的工程,在编译之前必须已经安装对应体系结构的交叉编译环境,这里只针对ARM,编译器系列软件为arm-linux-*。U-BOOT的下载地址: http://sourceforge.n转载 2009-12-26 11:27:00 · 651 阅读 · 0 评论 -
Linux SCIM输入法源码研究
准备写一篇关于SCIM源码研究的心得体会。。。原创 2009-12-24 23:07:00 · 1182 阅读 · 1 评论 -
如何让你的改动进入内核
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/zh_CN/SubmittingPatchesindex : kernel/git/torvalds/linux.git master Linux kernel sourc转载 2013-05-05 21:07:19 · 1564 阅读 · 0 评论