Click here to Skip to main content
15,886,091 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to find out if port 8080 is already in use, using c++ or mfc
Posted
Updated 3-Mar-13 7:27am
v2
Comments
Matej Hlatky 2-Mar-13 11:20am    
Have you considered to create socket and try to bind to port 8080 and check return code?
Joan M 3-Mar-13 11:03am    
Wouldn't it be opening it and see which is the return code?

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900