读取配置文件用到的函数

来源:互联网 发布:小学生网络作业 编辑:程序博客网 时间:2024/04/30 02:38

ifstream

is_open

getline

std::string str;

str.length

str.erase

str.substr

str.find_first_of

while(getline())

{

}

0 0
原创粉丝点击