Skip to content

Iptihar/-Stream-Socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream-Socket

simple client-server connection using C++

A client program that will connect with your server and send it requests for the average early career and midcareer pays for a specific college major, say “Hospitality management.”

A server program that will wait for connection requests from your client and average early career and mid-career pay for the requested college major.

server.cpp:

g++ server server.cpp

./server

client.cpp:

g++ client client.cpp

./client

About

simple client-server connection using C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages