摘要:
test.ini文件如下: [section1]key1=value1key2=value2 [section2]key1=value1key2=value2 #注释 用法如下: CIniFile ini; if(!ini.open("test.ini"))return; string str... 阅读全文
摘要:
定义如下: //获取first template struct select1st : public unary_function{typename T::first_type operator() (const T& x) {return x.first;}}; //获取second templ... 阅读全文