Roger Luo

超越梦想一起飞
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年5月11日

摘要: Regarding their syntax, there are two different types of function pointers: On the one hand there are pointers to ordinary C functions or to static C++ member functions. On the other hand there are po... 阅读全文

posted @ 2013-05-11 19:37 Roger Luo 阅读(2381) 评论(0) 推荐(0) 编辑

摘要: 用途 1. 简化代码书写,尤其使用boost库,iterator或者指针等 typedef boost::filesystem::recursive_directory_iterator bf_rdit;typedef char * PCHAR;// PCHAR p1, p2; // both p1 and p2 are pointer2. 实现跨平台 #ifdef _WIN32 || ... 阅读全文

posted @ 2013-05-11 15:26 Roger Luo 阅读(443) 评论(0) 推荐(0) 编辑