在visual c ++中使用socket读取文本文件
问题描述:
如何编写用于在visual c ++中读取文本文件的套接字程序?
how to write a socket program for read a text file in visual c++?
答
可能你想编写一个客户端/服务器应用程序来读取文件远程机器。
这里有用的信息:在MSDN上开始使用Winsock [ ^ ]。
Probably you want to write a client/server application for reading files on a remote machine.
Here useful info: "Getting Started with Winsock" at MSDN[^].