The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you're an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building blocks that you don't have to develop on your own.
Less a tutorial than a problem-solver, the book addresses many of the most common problems you're likely encounter--whether you've been programming in C++ for years or you're relatively new to the language. Here are just some of the time-consuming tasks this book contains practical solutions for: Reading the contents of a directory Creating a singleton class Date and time parsing/arithmetic String and text manipulation Working with files Parsing XML Using the standard containers
Typical of O'Reilly's "Cookbook" series, C++ Cookbook is written in a straightforward format, featuring recipes that contain problem statements and code solutions, and apply not to hypothetical situations, but those that you're likely to encounter. A detailed explanation then follows each recipe in order to show you how and why the solution works. This question-solution-discussion format is a proven teaching method, as any fan of the "Cookbook" series can attest to. This book will move quickly to the top of your list of essential C++ references.
Unless you have a bent for philosophy, don't buy this book until you have seen at least part of Chapter 4! This is not "10 Quick Tips to Improve Your C++ Skills." It is a seminal text that attempts to alter the fundamental way you perceive the process of programming.This book seeks to correlate object-oriented programming with cognitive science. To this end, an abstract Object Model is created which is language-independent...
0Report
This book is excellent! It is what a C++ intermediate book should be. The emphasis is on teaching what the Object Model is and how to implement it using C++ language constructs "sensibly". I wish the author would bring it up to date and write an advanced version. I would also enjoy seeing the author's recommended reading list. Thank you Dr. Papurt for this book. Please write more.
0Report
This book is a sleeper. When I started to read it I thought it irrelevant. Then a light dawned, and I began to understand a new, and correct way, of thinking about OO programming while gaining a greater knowledge of modeling and C++ programming techniques. I've read it twice and refer to it frequently for clarification and reference on some fine points. A truly useful book for active C++ programmers.
0Report
This book will delight the intermediate to experienced C++ developer. The focus is on concepts supported by the C++ language features. Short code snippets make the implementation of those concepts clear and practical. A book worth reading more than once. A book in which you can find justifications for a particular design choice. If you need to strenghthen your use of C++ on a conceptual level, if you pay attention to program...
0Report
Well written and concise. How about keeping it in print, I ordered another copy.
0Report