Description: Client and server establish a connection, the client sends the server a simple four formula, after the server receives this formula, it is calculated and the results back to the client, the client will display the results.
To Search:
File list (Check if you may need any files):
Windows和Dos 加法运算\Client\Client.cpp
.....................\......\Client.dsp
.....................\......\Client.dsw
.....................\......\Client.ncb
.....................\......\Client.opt
.....................\......\Client.plg
.....................\......\Debug\Client.exe
.....................\......\.....\Client.ilk
.....................\......\.....\Client.obj
.....................\......\.....\Client.pch
.....................\......\.....\Client.pdb
.....................\......\.....\vc60.idb
.....................\......\.....\vc60.pdb
.....................\......\Debug
.....................\......\InitSock.h
.....................\Client
.....................\Server\Debug\ListenSock.obj
.....................\......\.....\Server.exe
.....................\......\.....\Server.ilk
.....................\......\.....\Server.obj
.....................\......\.....\Server.pch
.....................\......\.....\Server.pdb
.....................\......\.....\Server.res
.....................\......\.....\ServerDlg.obj
.....................\......\.....\StdAfx.obj
.....................\......\.....\vc60.idb
.....................\......\.....\vc60.pdb
.....................\......\.....\WorkSock.obj
.....................\......\Debug
.....................\......\res\Server.ico
.....................\......\...\Server.rc2
.....................\......\res
.....................\......\Server.aps
.....................\......\Server.clw
.....................\......\Server.cpp
.....................\......\Server.dsp
.....................\......\Server.dsw
.....................\......\Server.h
.....................\......\Server.ncb
.....................\......\Server.opt
.....................\......\Server.plg
.....................\......\Server.rc
.....................\......\ServerDlg.cpp
.....................\......\ServerDlg.h
.....................\......\StdAfx.cpp
.....................\......\StdAfx.h
.....................\......\WorkSock.cpp
.....................\......\WorkSock.h
.....................\Server
Windows和Dos 加法运算