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
Programming Bots, Spiders, and Intelligent Agents in Microsoft Visual C++ (Microsoft Programming Series)

Programming Bots, Spiders, and Intelligent Agents in Microsoft Visual C++ (Microsoft Programming Series)

List Price: $49.99
Your Price:
Product Info Reviews

<< 1 >>

Rating: 2 stars
Summary: Not what I was expecting
Review: As I proceeded through this book, I found myself doing more skimming than reading. It might be useful to you if you don't have a clue about network programming or internet protocols, to get your feet wet using WinInit and the supplied classes, but if you're looking for nuts and bolts information about protocols, THIS BOOK IS NOT THE ONE YOU'RE LOOKING FOR. The projects in this book rely on WinInit and MSIE to perform the magic, and you won't learn much about the underlying protocols. I was also disappointed to see typos and errors in virtually every example in the book; bad news if you actually read the code to try to understand how things work.

Rating: 4 stars
Summary: Great for Getting Started
Review: Easy to read and informative. The jewel in this book is the source code for the objects that are ready to use right out of the box. If you need to put together an application that mines information from the internet really quickly, this is the book. This book is about retrieving and parsing http, (port 80) only.

Rating: 4 stars
Summary: Great for Getting Started
Review: Easy to read and informative. The jewel in this book is the source code for the objects that are ready to use right out of the box. If you need to put together an application that mines information from the internet really quickly, this is the book. This book is about retrieving and parsing http, (port 80) only.

Rating: 5 stars
Summary: Good informative book
Review: Good book- but not exactly for the beginner. I would reccomend this book for the C++ seasoned. This book mainly covers how to use the classes included with the book to implement site crawling, etc. The classes included on the CD are great. Good buy!

Rating: 5 stars
Summary: A Future Classic
Review: I came to this book with a backgound as co-author of a "spider" and search engine written in Java, but with little experience programming for the Windows platform.

Although I found the book to be an excellent overview of the Microsoft technologies involved with writing a native spider for Windows, the implementation details presented turned out to be incorrect in material places like controlling fetch timeouts. (The author claims this is not possible. A bit of poking around in the

Visual C++ 6 documentation proved that this just ain't so. )

I read Blaszczak's _Professional MFC with Visual C++ 5_ at the same time, and found everything I needed to know, presented in a more concise way. I would recommend Blazczak over Pallmann for anyone with goals similar to mine.

Rating: 4 stars
Summary: GREAT BOOK for the Novice
Review: I found this book to be extremely useful and insightful into a topic that I had previously only been briefly exposed to. I personally don't care about the details of some of the underlying protocols put to use, and just enjoy the fact that it was written for those of us who are using Visual C++ 6.0! The book is very clear and easy to understand. Many thanks goes out to the author for all his time and effort spent into creating a book like this!

Rating: 4 stars
Summary: An excellent book for internet developers using VC++
Review: The author did a great job in explaining everything so clearly. Mr. Pallmann is the person who really understands the technology, and his book certainly fills in a gap in this particular area. However, in order to fully apprepriate this book, one needs good grounding in VC++ and MFC.

Overall, this is a book of very high quality. The lives of numerous software developers would be much better if every computer book could be written like this one.

Rating: 1 stars
Summary: Not what it seems to be
Review: This book is not really what it seems to be. It mainly consists of coding examples that are freely available on the Internet anyway. If you need to know more about programming WinInet and using VC++, this for you. If you are looking for help/insights/code for designing/programming agents, this will _not_ help you!


<< 1 >>

© 2004, ReviewFocus or its affiliates