2006年3月15日

摘要: #include <string>using namespace std;/* * assistant function, * return a string, get tow string&, * use to change a filename's extern name;* author: lonelyforest* Date: 2006.03.15*/string change_file_ext(const string& filename, const string& new_ext){ int dot_pos = 0; string te 阅读全文
posted @ 2006-03-15 21:44 h2内存数据库 阅读(152) 评论(0) 推荐(0)

导航