fstream provIDes an interface to read and write data from files as
input/output streams.
从Boost.Iostreams reference开始:
总结Boost.Iostreams has three aims:
To make it easy to create standard C++ streams and stream buffers for accessing new Sources and Sinks. To provIDe a framework for defining Filters and attaching them to standard streams and stream buffers. To provIDe a collection of ready-to-use Filters,Sources and Sinks.
以上是内存溢出为你收集整理的c – std :: fstream和Boost Iostreams Library之间的区别全部内容,希望文章能够帮你解决c – std :: fstream和Boost Iostreams Library之间的区别所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)