Skip to content

canavci2016/socket-server-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

so as to run the server , type the following code in command line in networking directory

// BUILDING

g++ Servers/main.cpp Servers/TestServer.cpp Servers/SimpleServer.cpp Sockets/ListeningSocket.cpp Sockets/BindingSocket.cpp   Sockets/SimpleSocket.cpp -w   -std=c++11 -o hello32

// RUNNING

./hello32

About

DO NOT USE THIS . SOON IT WILL BE UPDATED

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages