Simple Hello Server/Client program

This commit is contained in:
2023-11-15 00:01:36 +05:30
commit d1c0a6b0f1
15 changed files with 308 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# depslib dependency file v1.0
1699986008 source:/home/hizenberg/Desktop/My Own Redis/Server-Client Program/Client/Client.cpp
<stdint.h>
<netinet/ip.h>
<stdio.h>
<stdlib.h>
<string.h>
<sys/socket.h>
<unistd.h>
<errno.h>
<arpa/inet.h>