Skip to content

Segmentation Fault #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vibhuvV opened this issue Jan 28, 2020 · 2 comments
Open

Segmentation Fault #1

vibhuvV opened this issue Jan 28, 2020 · 2 comments

Comments

@vibhuvV
Copy link

vibhuvV commented Jan 28, 2020

While running both the files "Server.cpp" and "Client.cpp" the compiler is generating segmentation fault.

@saugata-git
Copy link
Owner

you have to compile the server first then client

@saugata-git
Copy link
Owner

mention the port for both file --
eg:
g++ Server.cpp
./a.out 8080

g++ Client.cpp
./a.out 8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants