readme.txt

来自「网络通信方面的代码书非常经典欢迎大家下载并学习」· 文本 代码 · 共 13 行

TXT
13
字号
Application: 	SChat version 0.50
Author:		Scott Velasquez (scottvelasquez@home.com)

Windows and Linux compatible
For Linux compilation:  gcc *.cpp -o udp -lpthread

The purpose of this application is to provide a  direct communication between 2 computers in a peer to peer like environment.  This code should be a great start for people who want to build a full blown chat program using C/C++ and Winsock.  I hope by releasing this source code that other people who want to learn C/C++ networking using Winsock can pick it right up and learn from my program.  I know I had a fairly hard time finding example apps to learn from.  Gotta give back!  :)

Feel free to contact me if you have any questions or suggestions.

Copyright 2000 Scott Velasquez
This source code can be used freely by anyone, but if you're including this in a book, magazine, or CD-ROM, please ask for my permission first.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?