Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 309 Bytes

File metadata and controls

13 lines (7 loc) · 309 Bytes

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