条款1: 尽量用const和inline而不用#define条款2: 尽量用<iostream>而不用<stdio.h>条款3: 尽量用new和delete而不用malloc和free条款4: 尽量使用C++风格的注释