会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jonas
白菜分享课程私信 QQ/VX:476855396
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
2015年10月11日
[C++] Variable storage space
摘要: Variable storage space
阅读全文
posted @ 2015-10-11 18:58 Jonas0608
阅读(129)
评论(0)
推荐(0)
2015年10月6日
[C++] c pointer
摘要: the nature of pointerconst keyword const int* p int const *p int* const p int const a const int aint a = 3; int b = 5 ; int* const p = &a; ...
阅读全文
posted @ 2015-10-06 21:56 Jonas0608
阅读(193)
评论(0)
推荐(0)
2015年10月5日
[C++] c language 23 keywords
摘要: c language keywords
阅读全文
posted @ 2015-10-05 22:15 Jonas0608
阅读(178)
评论(0)
推荐(0)
[C++] Pen questions & linux cmd
摘要: 1.宏替换,完全展开替换,注意带来副作用#include #define 打印语句 printf(“hello”);Voidmain(void){ If(1)打印语句;; Else ….;}Voidmain(void){ If(1) printf(“hello”); ; Else ….;}2...
阅读全文
posted @ 2015-10-05 21:37 Jonas0608
阅读(231)
评论(0)
推荐(0)
[C++] Variable/Hex conversion
摘要: 程序编译链接原理预处理:.c -> .i gcc -E hello.c -o hello.i编译:.i / .c -> .sgcc -S hello.i -o hello.s汇编:.s -> .ogcc -c hello.s -o hello.o链接:.o -> 可执行程序appgcc hel...
阅读全文
posted @ 2015-10-05 20:22 Jonas0608
阅读(226)
评论(0)
推荐(0)
2015年9月25日
LinuxSystemProgramming-vi
摘要: Basic VI
阅读全文
posted @ 2015-09-25 15:30 Jonas0608
阅读(153)
评论(0)
推荐(0)
2015年9月23日
LinuxSystemProgramming-Syllabus
摘要: Linux System Programming Syllabus
阅读全文
posted @ 2015-09-23 16:24 Jonas0608
阅读(130)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
公告