The majority of networked systems in business today consist of Windows NT workstations on the users' desks and UNIX servers supporting the network. This book explains how to build the tools needed for... This description may be from another edition of this product.
I bought both books by these authors, but wouldn't recommend them both. Get this book if you aren't familiar with system programming, otherwise get the other book. They are good at going into the detail of the different concepts, their code samples are their class definitions, which seem to just be wrapper classes.Maybe it is my programming style, IMHO, if you really want to write a portable, non-GUI application on Unix and Windows/NT, get "POSIX Programmer's Guide" by Donald Lewine and a POSIX envrionment (I use Mingw32[POSIX], Tk[GUI] & GNU C/C++ on Windows/XP). "Using C on the UNIX System" is also a useful text because it has very small, complete code samples. The POSIX environment will give you a platform independant layer that doesn't require C++.
C++ Network programming book
Published by Thriftbooks.com User , 25 years ago
This book is for programmers. It contains a ton of C++ code that I used to drop right into my program. To say that it is strictly for Unix to NT migration sells it way short. It contains building blocks for both OS's -- classes that wrap semapores, threads, processes, etc -- that from the outside look the same for both platforms. It then goes into how to use these building blocks in programs that communicate to programs running on other Unix or NT machines on the network.
Making Windows NT and Unix Talk
Published by Thriftbooks.com User , 25 years ago
When I first picked up this book I was skeptical that a topic such as this could be covered thoroughly enough to be useful. I was pleasantly surprised. Not only did I find the chapter text easy to read and to the point, but I found the source code easy to understand as well. I also found the source code sufficiently complete to use it as a basis for my own work. I hope there is going to be a second edition.
ThriftBooks sells millions of used books at the lowest everyday prices. We personally assess every book's quality and offer rare, out-of-print treasures. We deliver the joy of reading in recyclable packaging with free standard shipping on US orders over $15. ThriftBooks.com. Read more. Spend less.