posts - 311, comments - 0, trackbacks - 0, articles - 0
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

09 2012 档案

     摘要: Lua库之时间和日期操作   阅读全文

posted @ 2012-09-28 14:11 点点滴滴| 编辑 |

     摘要: 温故而知新:标准C++中的string类的用法
  阅读全文

posted @ 2012-09-26 15:10 点点滴滴| 编辑 |

     摘要: 常用正则表达式整理,符号解释  阅读全文

posted @ 2012-09-24 09:32 点点滴滴| 编辑 |

     摘要: 常用正则表达式整理,权威整理如下:  阅读全文

posted @ 2012-09-20 10:42 点点滴滴| 编辑 |

     摘要: 很多时候需要这样一个便捷的函数
std::string s = format("string %d ", i);
std::string s = format("string %d %f", i, f);
std::string s = format("string %d %f %s", i, f, s);
权威实现如下  阅读全文

posted @ 2012-09-19 16:35 点点滴滴| 编辑 |

posted @ 2012-09-18 14:27 点点滴滴| 编辑 |

     摘要: 最近用到Boost库,引用错了lib,导致Release版本带着Debug信息,大家都注意看下,避免发生类似错误
特摘录Boost官网的《Geting Started On Windows》(http://www.boost.org/doc/libs/1_38_0/more/getting_started/windows.html)的命名规则如下  阅读全文

posted @ 2012-09-17 19:18 点点滴滴| 编辑 |

     摘要: 本文总结了我们VC编译链接的常出现的异常和处理方法  阅读全文

posted @ 2012-09-14 17:13 点点滴滴| 编辑 |

     摘要: 献给正在为Lua调试烦恼的程序员们!!!我们调试Lua脚本的方法很多,也有很多这方面的程序员利用Lua的Debug库写了自己的调试器。推荐一款最实用、最高效:Decoda  阅读全文

posted @ 2012-09-10 10:35 点点滴滴| 编辑 |

posted @ 2012-09-06 15:53 点点滴滴| 编辑 |

posted @ 2012-09-06 14:26 点点滴滴| 编辑 |

posted @ 2012-09-05 11:09 点点滴滴| 编辑 |