The Waite Group's C++ Primer Plus (The Waite Group) by Stephen Prata

By Stephen Prata

A whole resource for college kids on C++ programming. It covers the normal Template Library, that is necessary to be aggressive within the C++ marketplace. TWG's C++ Primer Plus makes studying and utilizing very important object-oriented programming innovations comprehensible. It illustrates the right way to deal with enter and output, make courses practice repetitive projects, manage info, disguise info, use services, and construct versatile, simply modifiable courses.

Show description

Read or Download The Waite Group's C++ Primer Plus (The Waite Group) PDF

Best c & c++ windows programming books

The standard C library

Prentice Hall's most crucial C programming name in years. A significant other quantity to Kernighan & Ritchie's c language. a set of reusable features (code for development information constructions, code for acting math capabilities and clinical calculations, and so forth. ) with the intention to shop C programmers money and time in particular while engaged on huge programming tasks.

C++ in a Nutshell

To-the-point, authoritative, no-nonsense recommendations have consistently been an indicator of O'Reilly books. The In a Nutshell books have earned an exceptional attractiveness within the box because the well-thumbed references that sit down beside the a professional developer's keyboard. C++ in a Nutshell lives as much as the In a Nutshell promise.

ASP.NET 2.0 Revealed

* in addition to those that obtain the preview at PDC, it truly is expected that each one different ASP. web builders may be hungry for info at the re-creation. * may be one of many first actual books on ASP. web 2. zero, to be had once the expertise itself turns into on hand to a much wider viewers. * Very fast paced, since it assumes previous wisdom of ASP.

Pro SharePoint 2013 Branding and Responsive Web Development

Professional SharePoint 2013 Branding and Responsive net improvement is the definitive reference at the applied sciences, instruments, and strategies wanted for development responsive web pages and purposes with SharePoint 2013. The publication specializes in ideas that offer the easiest browser adventure for the myriad of units, browsers, and monitor orientations and resolutions.

Additional info for The Waite Group's C++ Primer Plus (The Waite Group)

Example text

For example, it links public inheritance to is-a relationships and composition and private inheritance to has-a relationships, and it discusses when to use virtual functions and when not to. Page xxix How This Book Is Organized This book is divided into 16 chapters and 10 appendices summarized here. Chapter 1: Getting Started This chapter relates how Bjarne Stroustrup created the C++ programming language by adding object-oriented programming support to the C language. You'll learn the distinctions between procedural languages, such as C, and object-oriented languages, such as C++.

Chapter 9: Objects and Classes A class is a user-defined type, and an object is an instance of a class, such as a variable. This chapter introduces you to object-oriented programming and to class design. A class declaration describes the information stored in a class object and also the operations (class methods) allowed for class objects. Some parts of an object are visible to the outside world (the public portion), and some are hidden (the private portion). Special class methods (constructors and destructors) come into play when objects are created and destroyed.

Page xxiv Tell Us What You Think! As the reader of this book, you are our most important critic and commentator. We value your opinion and want to know what we're doing right, what we could do better, what areas you'd like to see us publish in, and any other words of wisdom you're willing to pass our way. As the Executive Editor for the Advanced Programming and Distributed Architechture team at Macmillan Computer Publishing, I welcome your comments. You can fax, email, or write me directly to let me know what you did or didn't like about this bookas well as what we can do to make our books stronger.

Download PDF sample

Rated 4.65 of 5 – based on 45 votes