Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to write socket communication program using win32

New guy want to learn about socket programming in win32. I know bit of MFC but thats not good point to start as it just hides the internal details form programmer.


1 Answers

Use winsock functions (Winsock2.h).

like image 62
Philibert Perusse Avatar answered Feb 25 '26 23:02

Philibert Perusse