|
|
C/C++ Programming Books In association with amazon.com

| The C Programming Language Known as the bible of C, this classic bestseller presents a complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C's rich set of operators, economy of expression, improved control flow, and data structures. This 2nd edition has been completely rewritten with additional examples and problem sets to clarify the implementation of difficult language constructs. More ...
|

| C : A Reference Manual You can find bigger books about C, but you won't find one as authoritative or helpful as this reference manual. Harbison and Steele have now gone through four editions and are beginning to cover language differences which can surprise the experienced C coder moving to C++. As always, the authors do an excellent job of explaining what's standard and what it replaces. No hairy syntax has been omitted, so this volume can make wending one's way through obfuscated code, if not pleasant, at least less miserable. Whether you learned C from Kernighan or some massive tome, you'll want this volume as your day-to-day reference. And you won't mind buying a new edition once in a while, because you'll have worn the old one out by then. More ...
|

| The C++ Programming Language Written by the inventor of the language, this book is the defining, classic text on the language that has become central to software development over the past five years. The third edition is based on the ANSI C++ standard now being proposed with its many new language features--templates, exceptions, namespaces, and run-time type identification, to name a few--in addition to the C++ Standard Library that has revolutionized C++ development. More ...
|

| The Beginner's Guide to C++ The Beginner's Guide to C++ eliminates the complexity of C++ by introducing classes in manageable bits.Yaroshenko is a master of the learning-by- examples-school of teaching: He marks "Try it out!" on every other page and features a simple problem to illustrate a recently introduced concept. With comprehensive coverage of the language syntax, this guide teaches procedural and object-oriented programming to novice computer programmers. Each chapter features three example applications, including code fragments used to explain language syntax. Also includes substantialapplication development throughout. More ...
|

| Effective C++ The first edition of Effective C++ sold nearly 100,000 copies and was translated into four languages. It's easy to understand why. Scott Meyers' practical approach to C++ described the rules of thumb employed by the experts -- the things they almost always do or almost always avoid doing -- to produce clear, correct, efficient code. Each of this book's 50 guidelines summarizes a way to write better C++, and the accompanying discussions are backed by specific examples. For this new edition, Meyers reworked every uideline in the book. The result is exceptional adherence to C++'s Draft International Standard, current compiler technology, and the latest insights into the use of C++ for real-world applications. More ...
|

| More Effective C++ For programmers at the intermediate level and above. This sequel to the author's Effective C++ provides methods for improving program efficiency. Coverage includes examinations of the time/space costs of C++ language features; descriptions of advanced techniques (placement new, virtual constructors, smart pointers, reference county proxy classes, and double-dispatching); examples of the impact of exception handling; and treatment of new language features (e.g. bool, mutable, explicit, namespaces, member templates). More ...
|

| C++ Primer This new edition of C++ Primer, a favorite choice for a first C++ book, has been greatly improved with the latest and greatest on C++, stressing the built-in language features of the C++ Standard Library. For this new version--weighing in at a massive 1,237 pages--Stanley Lippman, a well-known C++ expert, teams up with Josée Lajoie, who has helped define the C++ international language standard. The new material is excellent for programmers who want to get the most out of new and advanced features in the language. More ...
|

| Teach Yourself C++ in 21 Days With Teach Yourself C++ in 21 Days, author Jesse Liberty presents a rapid and well-organized program for getting up to speed in C++ programming. By making the seemingly complex world of C++ digestible in daily doses, Liberty delivers a tutorial that keeps you motivated and yields serious results. This book uses a chapter-a-day approach, with the course outline clearly presented inside the front cover so you'll know exactly where you're headed. Unlike many C++ tutorials, this book doesn't put you to sleep early on with object-oriented programming (OOP) theory. Instead, it quickly makes you productive with the basics of the C++ language and then reinforces your new knowledge with OOP as you move through the teaching program. More ...
|
Back to Books Index
|
|
|
|