[PR #465] [CLOSED] Added another client and server program with a readme file #864

Open
opened 2026-01-29 15:15:48 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/465
Author: @sakibn
Created: 10/24/2019
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 398d757 Added another client and server program with a readme file
  • 41ece7b Update README.md

📊 Changes

9 files changed (+484 additions, -0 deletions)

View changed files

Another Simple Client Server/Readme.md (+21 -0)
Another Simple Client Server/client_server/Makefile (+8 -0)
Another Simple Client Server/client_server/client/Makefile (+5 -0)
Another Simple Client Server/client_server/client/client.c (+161 -0)
Another Simple Client Server/client_server/client/first.txt (+2 -0)
Another Simple Client Server/client_server/server/Makefile (+5 -0)
Another Simple Client Server/client_server/server/first.txt (+2 -0)
Another Simple Client Server/client_server/server/server.c (+269 -0)
📝 README.md (+11 -0)

📄 Description

Hello, I decided to add a client/server program. I know there is already similar programs. but I think this will enable learner to see different perspective of programmer writing these programs.

Please feel free to ask any questions


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/465 **Author:** [@sakibn](https://github.com/sakibn) **Created:** 10/24/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`398d757`](https://github.com/TheAlgorithms/C/commit/398d75766c2489913b10104013dbac1b00991d02) Added another client and server program with a readme file - [`41ece7b`](https://github.com/TheAlgorithms/C/commit/41ece7b55a3707f1ec6862d08d4247fb2dcaaa26) Update README.md ### 📊 Changes **9 files changed** (+484 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Another Simple Client Server/Readme.md` (+21 -0) ➕ `Another Simple Client Server/client_server/Makefile` (+8 -0) ➕ `Another Simple Client Server/client_server/client/Makefile` (+5 -0) ➕ `Another Simple Client Server/client_server/client/client.c` (+161 -0) ➕ `Another Simple Client Server/client_server/client/first.txt` (+2 -0) ➕ `Another Simple Client Server/client_server/server/Makefile` (+5 -0) ➕ `Another Simple Client Server/client_server/server/first.txt` (+2 -0) ➕ `Another Simple Client Server/client_server/server/server.c` (+269 -0) 📝 `README.md` (+11 -0) </details> ### 📄 Description Hello, I decided to add a client/server program. I know there is already similar programs. but I think this will enable learner to see different perspective of programmer writing these programs. Please feel free to ask any questions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:15:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#864