cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
server with socket - ip listening
server with socket - ip listening
Oct 29, 2015 at 8:30am UTC
ottaviane
(1)
hello,
I'm writing a Class to make a simple server with sockets.
So I need to learn what are ip-adresses that my server is listening.
I follow sock_addr structure but I don't understand how to make it.
may you help me please?
thank you.
Oct 29, 2015 at 8:54am UTC
kbw
(9488)
We've posted sample servers before, you can search the site. But the search facility isn't very good.
You could search the web with "tcp server example c".
If you don't really understand IP network programming, this is a good place to start.
http://www.beej.us/guide/bgnet/output/html/multipage/index.html
Topic archived. No new replies allowed.