Ray's playground

 

2010年8月11日

POJ 1002

摘要: codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>2#include<map>3#include<string>4usingnamespacestd;56charmapch... 阅读全文

posted @ 2010-08-11 22:18 Ray Z 阅读(245) 评论(0) 推荐(0) 编辑

Library Organization and Containers(Chapter 16 of The C++ Programming Language)

摘要: [1] Use standard library facilities to maintain portability;[2] Don’t try to redefine standard library facilities;[3] Don’t believe that the standard library is best for everything.[4] Whe... 阅读全文

posted @ 2010-08-11 21:00 Ray Z 阅读(211) 评论(0) 推荐(0) 编辑

导航