【单选题】判断 std::filesystem::path 的对象 p 中保存的路径是否存在的语句是:
【简答题】打开一个输出文件流的方法包括A. std::filesystem::path p{"out.txt"}; std::ofstream output{p};B. std::ofstream output{"out.txt"};C. std::filesystem::path p{"out.txt"}; std::ofstream output{}; output.open(p);D. std::fi...
【简答题】C++17中,构造路径对象正确的代码是A. namespace fs=std:filesystem; fs::path b{"C:/Users"}; b = b / "cyd";B. std::filesystem::path r{"C:\\Windows"}; r.append("System32");C. std::filesystem::path r{"C:\Windows"}; r += ...
【单选题】获取C: 盘总容量的语句是:
A.
std::filesystem::path p{R"(C:\temp\hello\world)"}; std::filesystem::space(p).capacity;
B.
std::filesystem::space("C:\").capacity;
C.
std::filesystem::path p{"C:/"}; std::filesystem::space(p).available;
D.
std::filesystem::path p{"C:/"}; std::filesystem::capacity(p).size();
【简答题】There are months in a year.
【单选题】下面几种金属材料中,导电性能最好的是( )。
【单选题】下面几种金属材料中,导电性能最好的是( )。