摘要: 配置文件读取程序 conf.h#ifndef CONF_H_INCLUDE__#define CONF_H_INCLUDE__#include <string>#include <map>#include <sstream>#include <stdio.h>#include <stdlib.h>#include <string.h>#define CONF_BLANK_SEP "\t\v\r\n "class Conf { public: static std::string right_trim(s 阅读全文
posted @ 2011-05-16 18:30 napoleon_liu 阅读(706) 评论(0) 推荐(0) 编辑