简体   繁体   English

Boost :: ASIO VS Qt网络

[英]Boost::ASIO VS Qt networking

I want to make some networking application. 我想做一些网络应用程序。 I wanted to use Qt, but it's networking library is relatively big and then I tried to learn Boost::asio, but it seems to have the same amount of size 我想使用Qt,但它的网络库相对较大,然后我尝试学习Boost :: asio,但似乎有相同数量的大小

What is a library that has small footprint? 什么是占地面积小的图书馆? As small as can be? 小到可以? Can I use Boost:ASIO or Qt and somehow streamline them to be little in size? 我可以使用Boost:ASIO或Qt并以某种方式简化它们的尺寸很小吗? I need my application to be smaller than 1MB, (or even smaller if could be) 我需要我的应用程序小于1MB,(如果可能的话甚至更小)

You can use the standalone version of asio in header only mode. 您可以在仅标头模式下使用独立版本的asio Or you use the OS interface directly. 或者直接使用OS界面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM