Ray's playground

 

2009年9月22日

Error Handling(Chapter 1 of Windows Via C/C++)

摘要: [代码] 阅读全文

posted @ 2009-09-22 21:33 Ray Z 阅读(276) 评论(0) 推荐(0) 编辑

Recipe 1.3. Substituting Variables into an Existing String

摘要: [代码] 阅读全文

posted @ 2009-09-22 13:03 Ray Z 阅读(189) 评论(0) 推荐(0) 编辑

C++ templates chapter 4(Nontype template parameters)

摘要: Templates can have template parameters that are values rather than types.You cannot use floating-point numbers, class-type objects, and objects with internal linkage (such as string literals) as argum... 阅读全文

posted @ 2009-09-22 12:27 Ray Z 阅读(254) 评论(0) 推荐(0) 编辑

导航