linux下使用c++17编译filesystem
生活随笔
收集整理的這篇文章主要介紹了
linux下使用c++17编译filesystem
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
#ifdef _WIN32
#include
namespace fs = std::filesystem;
#else
#include <experimental/filesystem>
namespace fs = std::experimental::filesystem;
#endif
#include
int main()
{
auto path = fs::path(“root/test.txt”);
//后面會(huì)追加
fs::resize_file(path, 1024 * 1024 * 1);
}
int main()
{
std::string str = “測(cè)試 C++11 寬字符轉(zhuǎn)換。”;
std::string ssss =fs::path(str).u8string();
std::cout << ssss << std::endl;
}
編譯命令:g++ test.cpp -o test --std=c++17 -lstdc++fs
總結(jié)
以上是生活随笔為你收集整理的linux下使用c++17编译filesystem的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: Nginx-ingress部署及使用
- 下一篇: 跨考计算机教研室,跨考教研室专家:脱离题