自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (1)
  • 收藏
  • 关注

原创 const pointer and array

const pointer starting from basic.1.int  var;                                      //we get a int variable named var2.const  int  var;                          //we get a int variable named var

2013-03-06 16:56:35 548

原创 The EOF character of C

EOF is defined in stdio.h and you should not assume it to be of any particular value.a program used to show how to catch  EOF from stdin:(from C Primer Plus)int main(void) { int ch;

2013-03-02 10:44:14 441

原创 Anatomy of a function

2012-09-18 17:14:40 228

原创 Anatomy of a C program

2012-09-18 16:43:32 319

原创 autocast between primtive types

2012-09-17 21:30:48 237

原创 The compilation process of C

Lexical units--The lexical units of a program are identifiers, special words, operators, and punctuation symbols. The lexical analyzer ignores comments in the source program because the compiler has n

2012-09-17 14:41:06 547

原创 gcc related

gcc filename1.c filename2.c ...   compile and linkgcc -c filename1.c filename2.c... compile onlygcc -Wall  show warning messagesgcc -o newname filename         generate executable file named "ne

2012-09-17 14:27:08 202

原创 linux command note

Ctrl + d exit terminalCtrl + c exit programcat filename  inspect filepwd -P                           show current path completelymkdir make a directorymkdir -p                         make

2012-09-17 14:02:20 201

原创 Why I Prefer Vim Over Emacs

I don't choose to learn Emacs but Vim just because1.I don't agree that there exist a more powerful IDE for JAVA than Intellij. I just can't forget that amazing IDE.Since I Found JAVA a complet

2012-09-17 11:40:46 288

原创 Today is a new start!!

I am preparing to write some thing form today to practice English writing, and, of course, for accumulation.Since everything thesedays is ready to go, all I needed is to work hard on this.Fighting

2012-09-01 21:47:26 379

Head First Design Patterns 英文版

书我就不多介绍了。这个是纯净英文版,不是影印版! 这种版本现在网上都找不到了! 内容包含前12章,没有13章和附录!内容基本上是全的。 最重要的是看着舒服!

2011-03-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除