C++ from the Ground Up, Third Edition

C++ from the Ground Up, Third Edition

Your Fast-Paced Guide to C++ Success!
No one teaches C++ better than Herb Schildt. That’s why his books are the choice of millions worldwide. Now you, too, can quickly master C++ using his proven method. In this fully updated new edition, Herb explains the C++ language, from its fundamentals to its most advanced features. You’ll start with an overview of C++ and the general form of a C++ program. You’ll then learn essentials such as control statements, operators, variables, classes, and objects. Then it’s on to exceptions, templates, namespaces, run-time type ID, and the Standard Template Library (STL). There is even a synopsis of the extended keywords used for .NET programming–all presented in Herb’s clear, crisp, uncompromising style.

Your rating:
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading …


Introductory methods of numerical analysis

Introductory methods of numerical analysis

This completely revised Fourth Edition of the book, appropriate for all engineering under-graduate students, continues to provide a rigorous introduction to the fundamentals of numerical methods required in scientific and technological applications. The book focuses clearly on teaching students numerical methods and in helping them to develop problem-solving skills.

A distinguishing feature of the present edition is that it provides references to MATLAB, IMSL and Numerical Recipes program libraries for implementing the numerical methods described in the book. Several exercises are included to illustrate the use of these libraries.

Additional worked examples and exercises have been added for better appreciation and understanding of the material. Answers to some selected exercises have been provided.

The design and evolution of C++

The Design and Evolution of C++

The inventor of C++ presents the definitive insider’s guide to the design and development of the C++ programming language. Without ommitting critical details or getting bogged down in technicalities, Stroustrup presents his unique insights into the decisions that shaped C++. Every C++ programmer will benefit from Stroustrup’s explanations of the ‘why’s’ behind C++ from the earliest features, such as the original class concept, to the latest extensions, such as new casts and explicit template instantiation.

The C++ Programming Language, 3/E

The C++ Programming Language 3/E

More than three-quarters of a million programmers have benefited from this book in all of its editions

Written by Bjarne Stroustrup, the creator of C++, this is the world’s most trusted and widely read book on C++.For this special hardcover edition, two new appendixes on locales and standard library exception safety (also available at www.research.att.com/~bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components.

Introductory Circuit Analysis, 10/E

Introductory Circuit Analysis, 10/E

For conventional flow courses in DC/AC Circuits in two- or four-year technology and engineering programs.

THE most widely acclaimed text in the field for more than three decades, Introductory Circuit Analysis provides introductory-level students with the most thorough, understandable presentation of circuit analysis available. Exceptionally clear explanations and descriptions, step-by-step examples, practical applications, and comprehensive coverage of essentials provide students with a solid, accessible foundation.

Introduction to Algorithms, Third Edition

Introduction to Algorithms, Third Edition

Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. The book covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.

Even Faster Web Sites

Even Faster Web Sites

Performance is critical to the success of any web site. In this book, Steve Souders, web performance evangelist at Google and former Chief Performance Yahoo!, provides valuable techniques to help you optimize your site’s performance. Souders and eight expert contributors provide best practices and pragmatic advice for improving your site’s performance in three critical categories: JavaScript, in the network, and in the browser.

This book contains six guest chapters contributed by Dion Almaer, Doug Crockford, Ben Galbraith, Tony Gentilcore, Dylan Schiemann, Stoyan Stefanov, Nicole Sullivan, and Nicholas C. Zakas.

High Performance Web Sites

High Performance Web Sites

Want to speed up your web site? This book presents 14 specific rules that will cut 20% to 25% off response time when users request a page. Author Steve Souders, in his job as Chief Performance Yahoo!, collected these best practices while optimizing some of the most-visited pages on the Web. Even sites that had already been highly optimized were able to benefit from these surprisingly simple performance guidelines.

Want your web site to display more quickly? This book presents 14 specific rules that will cut 25% to 50% off response time when users request a page. Author Steve Souders, in his job as Chief Performance Yahoo!, collected these best practices while optimizing some of the most-visited pages on the Web. Even sites that had already been highly optimized, such as Yahoo! Search and the Yahoo! Front Page, were able to benefit from these surprisingly simple performance guidelines.

Herb Schildt’s C++ Programming Cookbook

Herb Schildt's C++ Programming Cookbook

Legendary programming author Herb Schildt shares some of his favorite programming techniques in this high-powered C++ “cookbook.” Organized for quick reference, each “recipe” shows how to accomplish a practical programming task. A recipe begins with a list of key ingredients (classes, functions, and headers) followed by step-by-step instructions that show how to assemble them into a complete solution. Detailed discussions explain the how and why behind each step, and a full code example puts the recipe into action. Each recipe ends with a list of options and alternatives that suggest ways to adapt the technique to fit a variety of situations. Whether you’re a beginner or an experienced pro, you’ll find recipes that are sure to satisfy your C++ programming appetite!

The Art of Java

The Art of Java

Take your programming expertise to the next level with help from Java programming all-stars Herb Schildt and James Holmes. Together they unlock the secrets that professional programmers use to create world-class software. Inside, Herb and James apply Java to a wide variety of high-powered applications, each demonstrating different features and techniques. Examples range from language interpreters, Web crawlers, and e-mail subsystems to expression parsers, statistical tools, and financial applets. You’ll even see how to apply Java to Artificial Intelligence (AI)! Each application can be used as-is, or as a starting point for your own development. From networking to parsing to AI and beyond, this book contains some of the most exciting Java code found anywhere.