C++ 中的套接字编程(Windows)
上次更新时间:2024-11-13
课程售价: 2.9 元
联系右侧微信客服充值或购买课程
课程内容
1. Introduction
2. Introduction To Sockets
3. Setting Up Windows Dev Environment
4. Hands On With Socket Programming (TCP) - Single Client Socket Server
5. Hands on With Socket Programming - Multi client Handling
- 1. Open a New Socket As Listener
- 2. Introduction to FD_SET and Preparing the select list
- 3. select system call waiting to new clients
- 4. Accepting a new client connection
- 5. Start Communication With New client
- 6. Client Code To Communicate to Server
- 7. Multiple Client and one Server Communication Demo
6. UDP Socket Programs Hands On
课程内容
7个章节 , 31个讲座
1. Introduction
2. Introduction To Sockets
3. Setting Up Windows Dev Environment
4. Hands On With Socket Programming (TCP) - Single Client Socket Server
5. Hands on With Socket Programming - Multi client Handling
- 1. Open a New Socket As Listener
- 2. Introduction to FD_SET and Preparing the select list
- 3. select system call waiting to new clients
- 4. Accepting a new client connection
- 5. Start Communication With New client
- 6. Client Code To Communicate to Server
- 7. Multiple Client and one Server Communication Demo