C++ file I/O is tougher than C file I/O. So in C++, creating a new library for file I/O is useful or not? I mean Can anyone please tell are the
std::ifstream and std::ofstream are already in stl library. You don't have to create your own.
The main benefit is all outputs and inputs are type safety.