Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ fstream オブジェクトからデータをフラッシュした後に致命的なエラーが発生していないことを確認する正しい方法は何ですか?
ios の派生物として、fstream は i/o 操作のエラーをチェックする手段を提供します。rdstateを実行するか、ストリームで正常にチェックしてエラーを探すことができます。