Customer Reviews


4 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


6 of 6 people found the following review helpful:
5.0 out of 5 stars This book gets you a jump start.
This book includes enough easy to read explanations of actual working code that you can within a few hours have a client/server socket connection up and working. Both the text and the code are well written and easy to follow. Advanced information about non-blocking I/O allowed me to quickly implement background socket reads without tying up a foreground process. The...
Published on January 30, 2010 by C. Brown

versus
9 of 29 people found the following review helpful:
3.0 out of 5 stars A Waste of Money if Help with Windows is Wanted
the publicity is careful not to mention Windows. unfortunately, neither does the book. "basic" means "unix only".
Published on July 11, 2009 by R. Baker


Most Helpful First | Newest First

6 of 6 people found the following review helpful:
5.0 out of 5 stars This book gets you a jump start., January 30, 2010
By 
C. Brown (Sonoma County) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: TCP/IP Sockets in C Bundle: TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers (Morgan Kaufmann Practical Guides) (Paperback)
This book includes enough easy to read explanations of actual working code that you can within a few hours have a client/server socket connection up and working. Both the text and the code are well written and easy to follow. Advanced information about non-blocking I/O allowed me to quickly implement background socket reads without tying up a foreground process. The annoying occurrences of "address already in use" errors is explained clearly, and how to get around them by the use of socket options. I had literally zero problems compiling and executing the examples with the gcc compiler and Ubuntu Linux.
As the title says, it's a book for C programmers about sockets, not for other languages. There is a chapter on C++ use, which I have not needed yet.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Great Starting Place for Socket Programming, October 7, 2011
This review is from: TCP/IP Sockets in C Bundle: TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers (Morgan Kaufmann Practical Guides) (Paperback)
This is a great book to start learning about sockets, whether you're a C or C++ programmer. Although it applies to Unix, the concept is same for Windows. I program with C++ and never learned C. since the syntax is similar, all a C++ programmer has to do is look up minor details about C syntax like printf and main(argc, argv). This book is very clear and structured nicely. A 13 yr old that has learned c/c++ syntax can easily grasp this book. thumbs up
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Review of the book, April 15, 2011
Amazon Verified Purchase(What's this?)
This review is from: TCP/IP Sockets in C Bundle: TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers (Morgan Kaufmann Practical Guides) (Paperback)
It's OK and I find it very useful because it contains many examples and the most important things are explained well. I think that one should know the basic concepts of networks and network programming in order to understand this book. Also a minimum level of programming in C is required, but don't worry. If you don't understand something in the source code you can immediately look it up in a classical C reference book.
This is the only book I found on this topic: Network programming in C.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 29 people found the following review helpful:
3.0 out of 5 stars A Waste of Money if Help with Windows is Wanted, July 11, 2009
By 
R. Baker (Sugar Land, Tx) - See all my reviews
(REAL NAME)   
This review is from: TCP/IP Sockets in C Bundle: TCP/IP Sockets in C, Second Edition: Practical Guide for Programmers (Morgan Kaufmann Practical Guides) (Paperback)
the publicity is careful not to mention Windows. unfortunately, neither does the book. "basic" means "unix only".
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product