TCP/IP Sockets in C: Practical Guide for Programmers
Autor Michael J. Donahoo, Kenneth L. Calverten Limba Engleză Paperback – 21 apr 2009
If you program using Java, be sure to check out this book’s companion, TCP/IP Sockets in Java: Practical Guide for Programmers, 2nd Edition.
- Includes completely new and expanded sections that address the IPv6 network environment, defensive programming, and the select() system call, thereby allowing the reader to program in accordance with the most current standards for internetworking.
- Streamlined and concise tutelage in conjunction with line-by-line code commentary allows readers to quickly program web-based applications without having to wade through unrelated and discursive networking tenets.
Preț: 132.26 lei
Preț vechi: 205.94 lei
-36% Nou
Puncte Express: 198
Preț estimativ în valută:
25.31€ • 26.70$ • 21.09£
25.31€ • 26.70$ • 21.09£
Carte tipărită la comandă
Livrare economică 26 decembrie 24 - 09 ianuarie 25
Livrare express 27 noiembrie-03 decembrie pentru 59.43 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780123745408
ISBN-10: 0123745403
Pagini: 216
Ilustrații: Illustrated
Dimensiuni: 191 x 235 x 15 mm
Greutate: 0.45 kg
Ediția:2nd ed.
Editura: ELSEVIER SCIENCE
ISBN-10: 0123745403
Pagini: 216
Ilustrații: Illustrated
Dimensiuni: 191 x 235 x 15 mm
Greutate: 0.45 kg
Ediția:2nd ed.
Editura: ELSEVIER SCIENCE
Public țintă
Software developers, network programmers, systems programmers, practitioners, researchers who know C and want to learn about writing C networking applications that use TCP/IP, students in courses on computer networking, operating systems, and distributed computingCuprins
1 Introduction
2 Basic TCP Sockets
3 Of Names and Address Families
4 Using UDP Sockets
5 Sending and Receiving Data
6 Beyond the Basic Socket Programming
7 Under the Hood
8 Socket Programming in C++
2 Basic TCP Sockets
3 Of Names and Address Families
4 Using UDP Sockets
5 Sending and Receiving Data
6 Beyond the Basic Socket Programming
7 Under the Hood
8 Socket Programming in C++
Recenzii
"Despite my having developed systems software with Sockets and C for 20+ years, I find myself still needing a book like this one. It covers all the subtleties and gotchas that one encounters when writing distributed applications in C with Sockets." --Bobby Krupczak, The Krupczak Organization