reading and writing to a file with fstream

后端 未结 0 1439
挽巷
挽巷 2020-12-02 19:54
bool remove_vowels(const std::string& file_name) {

    std::fstream fs{ file_name , std::ios_base::in | std::ios_base::out };   
    if (!fs) { std::cout <&l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题