Skip to content

ANILDANU/Client-Server-trading-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Client-Server-trading-application

Assignment using Socket Programming

To compile server : g++ server.cpp -o server -lpthread

To compile client : g++ client.cpp -o client

To host server: ./server

To host client: ./client 127.0.0.1 <port_no>

//Will make little more interactive in future

About

Assignment using Socket Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages