建议:在C异步的,可移植的文件IO ++ [英] Recommendations: asynchronous, portable file io in c++

查看:136
本文介绍了建议:在C异步的,可移植的文件IO ++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在寻找一个C ++,异步IO库应与UNIX和Windows系统兼容。

I'm looking for a C++, async io library that should be compatible with both unix and windows systems.

有什么好的库?难道这要价太高了,做这两个系统的库?什么是人民的经历这件事?

What are some good libraries? Is this asking too much for a library that does both systems? What are peoples' experiences with this matter?

推荐答案

使用的的boost :: ASIO ,提供的的boost :: iostream的的,而不是ASIO流。 ASIO提供asynchronousness,而输入输出流提供功能强大的便携式IO选项。

Use boost::asio with boost::iostreams instead of asio streams. ASIO provides asynchronousness, while IOStreams provide powerful portable IO options.

这篇关于建议:在C异步的,可移植的文件IO ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆