By Stephen Prata

A whole resource for college kids on C++ programming. It covers the traditional Template Library, that is necessary to be aggressive within the C++ industry. TWG's C++ Primer Plus makes studying and utilizing vital object-oriented programming ideas comprehensible. It illustrates how one can deal with enter and output, make courses practice repetitive projects, manage information, disguise details, use capabilities, and construct versatile, simply modifiable courses.

Show description

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

Similar c & c++ windows programming books

Microsoft Windows Communication Foundation 4.0 Cookbook for Developing SOA Applications

The recipes during this booklet are effortless to appreciate and stick with because the writer discusses real-world eventualities. the diversity of themes coated during this ebook will convey out the forward-thinking WCF developer in you. it's not a complete connection with the entire of WCF, yet a pragmatic consultant that reinforces skillability whilst operating with a number of the good points of WCF.

Pro Internet Explorer 8 & 9 Development: Developing Powerful Applications for The Next Generation of IE

This publication is an in-depth consultant to writing functions that embody and expand the recent good points and functions of home windows web Explorer eight and 9. With reliable guideline, hands-on examples, and specialist perception direct from the source into extending the browser, you are going to the way to create and keep strong purposes for Microsoft’s next-generation web platform.

Machine Learning Projects for .NET Developers

Computing device studying initiatives for . internet builders exhibits you ways to construct smarter . web functions that research from information, utilizing basic algorithms and strategies that may be utilized to quite a lot of real-world difficulties. you will code every one undertaking within the typical atmosphere of visible Studio, whereas the desktop studying common sense makes use of F#, a language ideal to desktop studying purposes in .

SharePoint 2016 User's Guide: Learning Microsoft's Business Collaboration Platform

Methods to utilize SharePoint 2016 and its wide variety of functions to aid your details administration, collaboration, and company technique administration wishes. even if you're utilizing SharePoint as an intranet or enterprise resolution platform, you are going to tips on how to use the assets (such as lists, libraries, and websites) and prone (such as seek, workflow, and social) that make up those environments.

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

Sample text

Page xxxii Chapter 14: Friends, Exceptions, and More This chapter extends the discussion of friends to include friend classes and friend member functions. Then it presents several new developments in C++, beginning with exceptions, which provide a mechanism for dealing with unusual program occurrences, such an inappropriate function argument values or running out of memory. Then you'll learn about RTTI (routine type information), a mechanism for identifying object types. Finally, you'll learn about the safer alternatives to unrestricted typecasting.

Appendix I: Converting to ANSI/ISO Standard C++ This appendix provides guidelines for moving from C and older C++ implementations to Standard C++. Appendix J: Answers to Review Questions This appendix contains the answers to the review questions posed at the end of each chapter.

It has programming exercises at the end of each chapter to provide practice in applying new ideas. It devotes greater attention to organizing and explaining C++ classes, dividing the original presentation into more chapters, and revising and expanding the discussion. Like the first edition, this book practices generic C++. That means you should be able to use it with any contemporary C++ implementation. 0 (Mac). Ideally, C++ is C++ is C++, but compilers do differ in how closely they track the draft standard.

Download PDF sample

Download The Waite Group's C++ Primer Plus (The Waite Group) by Stephen Prata PDF
Rated 4.75 of 5 – based on 21 votes