b0sc / college

Practical Guide to course subjects of CSIT, BIT, BCA, BTech, CE, SE, CS...
GNU General Public License v3.0
2 stars 5 forks source link

feat: add combined server-client program in C++ #27

Closed missonpaudel closed 1 week ago

missonpaudel commented 1 week ago

Combined Server-Client Program in C++

Describe your changes

This PR introduces a C++ program that combines both server and client functionalities in a single file. The user can choose whether to run the program as a server or client at runtime.

This PR provides a basic example of how to implement a simple server-client architecture in C++ using object-oriented programming (OOP). It can be useful for educational purposes or as a base for more complex networking programs.

Checklist before requesting a review

axyut commented 1 week ago

next time you open a pr, please add closes #xxxx closes #10 to auto close the issue that you worked on.