自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 关于程序设计实践

最近在看Kernighan的《程序设计实践》一书,我用的是裘宗燕的翻译本。感觉有些问题:38页中的freeall函数(以下为书中原程序)中并不能释放listp,void freeall(Nameval*listp){ Nameval* next; for(; *istp != NULL; listp = next){ next = (listp) -> nex

2009-01-11 13:51:00 611 1

原创 闲来无事

发现代码写的很差劲,英语有学的很差,以后的路真不知道要怎么走呀

2008-12-20 14:43:00 401

C++语言ISO标准文档

当你看完所有的市面上的C++书依然感觉寂寞时,可以看看这个,保证让你成为C++界的权威

2010-05-07

Essential C++

The best for C++."Readers can pick up this book and become familiar with C++ in a short time. Stan has taken a very broad and complicated topic and reduced it to the essentials that budding C++ programmers need to know to write real programs. His case study is effective and provides a familiar thread throughout the book." -Steve Vinoski, IONA

2008-10-23

空空如也

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

TA关注的人

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