Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Making Unix and Windows Nt Talk

Making Unix and Windows Nt Talk

List Price: $44.95
Your Price:
Product Info Reviews

<< 1 >>

Rating: 4 stars
Summary: Book is okay, there are alternatives to consider
Review: 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++.

Rating: 4 stars
Summary: Book is okay, there are alternatives to consider
Review: 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++.

Rating: 5 stars
Summary: C++ Network programming book
Review: 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.

Rating: 5 stars
Summary: Making Windows NT and Unix Talk
Review: 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.


<< 1 >>

© 2004, ReviewFocus or its affiliates