摘要: #include <iostream> #include <filesystem> namespace fs = std::filesystem; void traverseDirectory(const std::string& path) { for (const auto& entry : f 阅读全文
posted @ 2023-11-30 16:32 经纬视界 阅读(981) 评论(0) 推荐(0)
摘要: #include <iostream> #include <strstream> using namespace std; int main() { char szBuf[16] = {"hello world!"}; std::strstreambuf memo(szBuf,sizeof(szBu 阅读全文
posted @ 2023-11-30 10:51 经纬视界 阅读(66) 评论(0) 推荐(0)