Skip to content

Mal1koRe1ss/sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This doesn't works on Windows.
Only Linux/MacOS.
If you want to use the Windows version change the includes and code.(I'm going to open a branch in the future)
Have a great day.
I wroted some explanations over there feel free to read them.

Compiling

You need G++/GCC for compiling. (MSVC For windows will work too...)

Compiling with Makefile : make
Compiling with G++ Manually : gcc -Wall -Wextra -pedantic client.c -o client && gcc -Wall -Wextra -pedantic server.c -o server

About

Server and client examples in C using sockets with explanations.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors