02 2022 档案

摘要:l一 .exical_cast使用: https://my.oschina.net/renhc/blog/743727 二 tokenizer 库提供预定义好的四个分词对象, 其中char_delimiters_separator已弃用. 其他如下: 1. char_separator char_s 阅读全文
posted @ 2022-02-16 17:54 白伟碧一些小心得 阅读(127) 评论(0) 推荐(0)
摘要:#include<iostream> #include<cstdlib> #include<string> #include<vector> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <sys/socket 阅读全文
posted @ 2022-02-15 17:33 白伟碧一些小心得 阅读(679) 评论(0) 推荐(0)
摘要:program_options具体含义 https://blog.csdn.net/weixin_39766005/article/details/121790676 以下功能: 首先从命令行解析,如果没有设置,则从配置文件中解析,如果配置文件也没设置,则从环境变量中解析 #include<iost 阅读全文
posted @ 2022-02-14 18:16 白伟碧一些小心得 阅读(281) 评论(0) 推荐(0)