Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Internet-Network
  • Category : Internet-Network
  • Tags :
  • Update : 2016-12-12
  • Size : 28.7mb
  • Downloaded :0次
  • Author :陈**
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Download1 Download2
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
Tcp_client SOCKET sclient socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) if(sclient INVALID_SOCKET) { printf( invalid socket ! ) return } CEdit* pEdit (CEdit*)GetDlgItem(IDC_EDIT_PORT) CString sPort pEdit->GetWindowTextW(sPort) //获取端口字符串 int dPort _ttoi(sPort) //获取端口整形 DWORD dwIP m_IP.GetAddress(dwIP) //获取ip sockaddr_in serAddr serAddr.sin_family AF_INET serAddr.sin_port htons(dPort) serAddr.sin_addr.S_un.S_addr htonl(dwIP) //创建连接 if (connect(sclient, (sockaddr*)&serAddr, sizeof(serAddr)) SOCKET_ERROR) { closesocket(sclient) AfxMessageBox(_T( connect error ! )) printf( connect error ! ) return }
Packet file list
(Preview for download)


ipch\client-cc4e64b3\client-c767fd4b.ipch
client.sdf
client.sln
client.suo
......\client.aps
......\client.cpp
......\client.h
......\client.rc
......\client.vcxproj
......\client.vcxproj.filters
......\client.vcxproj.user
......\clientDlg.cpp
......\clientDlg.h
......\Debug\client.Build.CppClean.log
......\.....\client.log
......\ReadMe.txt
......\res\client.ico
......\...\client.rc2
......\resource.h
......\stdafx.cpp
......\stdafx.h
......\targetver.h
ipch\client-cc4e64b3
client\Debug
......\res
Debug\data
ipch
client
Debug
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.