C++ 8강 예외 처리와 파일 사용


layout: post title: “C++ 예외 처리와 파일 사용” subtitle: “C++ 8강” categories: devlog tags: c++ —

예외처리와 파일 사용

  • try catch
  • catch(…)은 모든 에러에 반응
  • throw

  • ofstream: Output file stream that creates and writes information to files. : 글 쓰는 건 아웃
  • ifstream: Input file stream that reads information from files. : 글 읽는 건 인풋.
  • fstream: General file stream, with both ofstream and ifstream capabilities that allow it to create, read, and write information to files.





© 2017. by yunsu

Powered by dolphin