https://github.com/edujbarrios/socket_programming_functions_on_cpp
https://github.com/edujbarrios/socket_programming_functions_on_cpp
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edujbarrios/socket_programming_functions_on_cpp
- Owner: edujbarrios
- Created: 2021-05-17T12:49:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-17T13:19:58.000Z (over 4 years ago)
- Last Synced: 2025-02-01T08:48:09.995Z (9 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket_Programming_Functions
Using this source code, you can store/recieve and even retrieve text files, word files, odt files and pdf, powered with some other useful commands.- Note that this code will only properly run on LINUX devices
COMPILATION ISTRUCTIONS:
- Make sure client should have a different folder as I given this src, compile them separately keeping the structure (In this way, you can see files transfer in real-time).
- To compile, please use the key:
/////////////////////////////////////////////////////////////////////// g++ *.cpp ////////////////////////////////////////////////////////////////////
Once it get's compiled, a full guidance on commands and steps-to-follow is given while the program gets executed, this means that, the implemented menu's are clear and concise. Please take a look at the menu, and choose the options you are interested in.
Wether you think new functionalities, or improvements can be implemented on this src feel free to let me know, it would be helpful :D