首页题库练习题目详情
面向对象程序设计单选题中等

在C++中,下列哪项可以用于存储文件的路径?

Astd::string
Bchar*
Cstd::vector<std::string>
D以上全部