开发者

Linux Socket网络编程

0
  • C/C++ Linux Socket网络编程流程分析

    目录一、Socket简介二、Socket编程基础 1. 网络字节序2. sockaddr数据结构3. IP地址转换函数三、Socket编程函数1. socket函数2. bind 函数3. listen 函数4. accept 函数5. connect 函[详细]

    2023-02-07 11:17 分类:开发
  • Difference between static and shared libraries?

    What is the difference between static and shared libraries? I use Eclipse and there are several project types including Static Libraries and Shared Libraries? Does 开发者_JS百科one have an advantage[详细]

    2022-12-26 19:55 分类:问答