TCP/IP Sockets in C: Practical Guide for Programmers (Morgan Kaufmann Practical Guides)
TCP/IP Sockets in C: Practical Guide for Programmers (Morgan Kaufmann Practical Guides) by Kenneth L. Calvert and Michael J. Donahoo
- Binding:
- Paperback
- Number of Pages:
- 216
- ISBN:
- 0123745403
- Product Group:
- book
- Publisher:
- Morgan Kaufmann
- Publication Date:
- April 26, 2009
- BooksForGeeks.com ID:
- 1112
Helps you to gain the knowledge and skills needed to develop web-based applications. This book features tutorial-based approach that enables the reader to master the tasks and techniques essential to the various client-server projects using sockets in C. It includes advancements such as support for IPv6 as well as defensive programming strategies.
Reviews for TCP/IP Sockets in C: Practical Guide for Programmers (Morgan Kaufmann Practical Guides)
-
A good book for people who are new to socket programming
Rated out of 5 stars, April 12th, 2010
This book is exactly what it says on the cover - a practical guide for programmers. It requires a decent understanding of C and data structures, but you don't need a masters degree in CS in order to use it. Most things are explained very well, and sometimes I even think that the book does a too good job explaining things that are obvious from the code itself. I haven't read the last chapters yet, but it seems to cover most things you need to know if you're new to socket programming.

