Ray's playground

 

2009年9月22日

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

摘要: [代码] 阅读全文

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

Recipe 1.3. Substituting Variables into an Existing String

摘要: [代码] 阅读全文

posted @ 2009-09-22 13:03 Ray Z 阅读(219) 评论(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 阅读(259) 评论(0) 推荐(0)

导航