I have exam from my univ i dont know about code please help me make code to write a socket in C lang
*Beware click the link!
I have exam from my univ i dont know about code please help me make code to write a socket in C lang
*Beware click the link!
Oppss... No sponsors yet
Freelance | Student
This need client and server. I haven't made this before. Sorry I can not help much to write programs or code but I will give you a reference
Try it yourself, success your exam, wish you luck
Code snipsheet using socket func win32 api example (C++)
[+] Help to code
https://www.geeksforgeeks.org/socket-programming-cc/ [There is sample code using C]
https://stackoverflow.com/questions/558028/how-to-write-socket-communication-program-using-win32 [Using win32 api]
https://www.tenouk.com/Winsock/Winsock2example1.html
https://dev.to/sanjayrv/a-beginners-guide-to-socket-programming-in-c-5an5
[+] Doc win32 API
https://docs.microsoft.com/en-us/windows/win32/winsock/creating-a-socket-for-the-client
https://docs.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-socket [socket func]
Reply