error C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WAR

error C4996: 'inet_addr': Use inet_pton() or InetPton() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warn

InetPton(AF_INET, CString(addr.c_str()), &serv_addr.sin_addr);

https://jingyan.baidu.com/article/1709ad8041dca64634c4f006.html

https://blog.csdn.net/XVD217/article/details/52239270

https://blog.csdn.net/weixin_38278993/article/details/82383367

发布了397 篇原创文章 · 获赞 20 · 访问量 6万+

猜你喜欢

转载自blog.csdn.net/sun007700/article/details/104190817