C++ and C file I/O

后端 未结 9 1756
你的背包
你的背包 2020-12-05 03:54

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

9条回答
  •  忘掉有多难
    2020-12-05 04:22

    Lots. Drawbacks too. See C++ language FAQ for details. In short: type-safety and user-defined types.

提交回复
热议问题