自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Coder

商业化产品可能是有用的, 但最好的东西往往是免费的, 空气,水,Vim。

  • 博客(4)
  • 资源 (5)
  • 收藏
  • 关注

原创 编程小技巧:类C语言的__FILE__ 和 __LINE__

所谓的类C语言就是和java相对的语言,

2014-08-23 14:13:14 777

转载 All about redirection

3. All about redirection 3.1 Theory and quick reference There are 3 file descriptors, stdin, stdout and stderr (std=standard). Basically you can: redirect stdout to a fileredirect stderr to a

2014-08-21 15:34:19 608

原创 C++代码收藏

class TypeInfo{public: int id; const char* name; public: static const TypeInfo* get(int id){ return (&typeList][id]); } private: static const TypeInfo typeList[]; }; /*st

2014-08-12 16:05:22 823

原创 GCDAsyncSocket

1. tag 的意思 I think you're slightly misunderstanding the tag concept. The read operations aren't saying "Read data that has been tagged as 2". They are saying "Read the next data off the wir

2014-08-06 22:23:37 8472

magic_byte_for_linux_file

magic byte for linux file

2013-08-23

cpu_memory_optimize

介绍了在memory层次的cpp代码优化的一般办法。可以给予很多性能优化的启示。

2013-02-25

optimizing_cpp

介绍了CPP在GPU层次的优化方法optimizing cpp

2013-02-25

Effective C++

Scott Meyers' book, Effective C++, Third Edition, is distilled programming experience — experience that you would otherwise have to learn the hard way. This book is a great resource that I recommend to everybody who writes C++ professionally

2009-03-19

Programming Windows with MFC

MFC, as you probably already know, is Microsoft's C++ class library for Windows programming. Programming Windows with MFC isn't a book about C++; rather, it's a book about writing 32-bit Windows applications in C++ using MFC rather than the Windows API as the chief means of accessing the operating system's essential features and services.

2009-03-18

空空如也

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

TA关注的人

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