subhadipbhowmik / 30-Days-Of-CPP

30 days of CPP programming challenge is a step by step guide to learn CPP programming language in 30 days. Happy Coding.
https://subhadipbhowmik.github.io/30-Days-Of-CPP/
MIT License
50 stars 140 forks source link

Add Content on Socket Programming #418

Open Ganesh-Nagarampalli opened 2 weeks ago

Ganesh-Nagarampalli commented 2 weeks ago

Select the Day of Content

Day 26

What information is missing?

Socket Programming in C++

Hey, I wanted to add content regarding socket programming in C++, here is a small brief

Socket programming in C++ involves creating network applications that communicate over a network using sockets. A socket is an endpoint for sending or receiving data across a computer network. Socket programming allows you to create client-server applications where clients and servers can communicate with each other, typically over TCP (Transmission Control Protocol) or UDP (User Datagram Protocol).

github-actions[bot] commented 2 weeks ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊