Vous voulez voir cette page en français ? Cliquez ici.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
22 used & new from CDN$ 9.50

Have one to sell? Sell yours here
 
   
Professional C++
 
 

Professional C++ (Paperback)

by Nicholas A. Solter (Author), Scott J. Kleper (Author) "The goal of this chapter is to cover briefly the most important parts of C++ so that you have a base of knowledge before embarking..." (more)
5.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 47.99
Price: CDN$ 30.23 & eligible for FREE Super Saver Shipping on orders over CDN$ 39. Details
You Save: CDN$ 17.76 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.ca. Gift-wrap available.

Only 4 left in stock--order soon (more on the way).

14 new from CDN$ 22.42 8 used from CDN$ 9.50

Frequently Bought Together

Professional C++ + The C++ Standard Library: A Tutorial and Reference + Effective C++: 55 Specific Ways to Improve Your Programs and Designs
Total List Price: CDN$ 198.97
Price For All Three: CDN$ 125.34

Show availability and shipping details

  • This item: Professional C++ by Nicholas A. Solter

    In Stock.
    Ships from and sold by Amazon.ca.
    Eligible for FREE Super Saver Shipping on orders over CDN$ 39. Details

  • The C++ Standard Library: A Tutorial and Reference by Nicolai M. Josuttis

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • Effective C++: 55 Specific Ways to Improve Your Programs and Designs by Scott Meyers

    In Stock.
    Ships from and sold by Amazon.ca.
    Eligible for FREE Super Saver Shipping on orders over CDN$ 39. Details


Customers Who Bought This Item Also Bought

The C++ Standard Library: A Tutorial and Reference

The C++ Standard Library: A Tutorial and Reference

by Nicolai M. Josuttis
4.8 out of 5 stars (65)  CDN$ 60.47
Effective C++: 55 Specific Ways to Improve Your Programs and Designs

Effective C++: 55 Specific Ways to Improve Your Programs and Designs

by Scott Meyers
4.9 out of 5 stars (83)  CDN$ 34.64
Windows® via C/C++, Fifth Edition

Windows® via C/C++, Fifth Edition

by Christophe Nasarre
CDN$ 55.43
Explore similar items

Product Details


Product Description

Product Description

  • Geared to experienced C++ developers who may not be familiar with the more advanced features of the language, and therefore are not using it to its full capabilities
  • Teaches programmers how to think in C++-that is, how to design effective solutions that maximize the power of the language
  • The authors drill down into this notoriously complex language, explaining poorly understood elements of the C++ feature set as well as common pitfalls to avoid
  • Contains several in-depth case studies with working code that's been tested on Windows, Linux, and Solaris platforms


From the Back Cover

C++ is one of the most popular programming languages, but this fast and powerful language is also notoriously complex. Many useful aspects of C++ remain a mystery to even the most experienced programmers. Too often, programming books concentrate more on the syntax of the language and less on its real-world applications. This code-intensive, practical guide changes that by teaching all facets of C++ development, including effective application design, testing, and debugging. You'll learn simple, powerful techniques used by C++ professionals, little-known features that will make your life easier, and reusable coding patterns that will bring your basic C++ skills to the professional level.

After a quick review of C++ fundamentals, the authors launch into teaching you how to use C++ in your daily work. They show you various programming methodologies and good programming style, as well as ways to increase the quality of your code and improve your programming efficiency. You'll discover how to write cross-language and cross-platform code, how to perform unit testing and regression testing, and how to use the standard C++ library. By the end of the book you'll be armed with a wealth of reusable coding patterns that can be applied to all your projects.

You will be able to master the C++ language with all its idiosyncrasies, and take advantage of its powerful capabilities for large-scale software development.

What you will learn from this book

  • Different programming methodologies and high-quality programming styles
  • Ways to take advantage of C++ for large-scale software development
  • Methods to ensure bug-free code
  • An appreciation for object-oriented design
  • How to use libraries and patterns to write better code—with less work
  • The best ways to manage memory in C++
  • Techniques for input and output

Who this book is for

This book is for programmers and developers who want to take their C++ skills to the professional level. Some knowledge of basic C++ or significant experience with C and/or Java is required, as well as a solid foundation in programming fundamentals and familiarity with a compiler.

Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.


Inside This Book (Learn More)
First Sentence
The goal of this chapter is to cover briefly the most important parts of C++ so that you have a base of knowledge before embarking on the rest of the book. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

What do customers ultimately buy after viewing this item?

Professional C++
86% buy the item featured on this page:
Professional C++ 5.0 out of 5 stars (1)
CDN$ 30.23
C++ Primer Plus
14% buy
C++ Primer Plus 5.0 out of 5 stars (4)
CDN$ 45.35

 

Customer Reviews

1 Review
5 star:
 (1)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

 
5.0 out of 5 stars Best Book We Ever Wrote, Oct 7 2005
By Scott J. Kleper (San Francisco, CA) - See all my reviews
Nick and I wanted Professional C++ to be a different type of C++ book. While most books dedicate a chapter to each basic language construct (like variables, loops, etc.), we condense all of the nuts and bolts into Chapter 1. The rest of the book is about how to apply C++ in professional projects. We cover everything from modern software engineering methodologies to extending the C++ Standard Template Library. Plus, it's laugh-out-loud hysterical!

We wrote this book with the following principles in mind:

* Style matters. You can know everything about C++ and still write lousy C++ programs if you don't pay attention to style.

* Focus on what's important. If a language feature is obscure and rarely useful, we'll tell you so. C++ is a huge language. The way to master it is to focus on the important parts.

* Real-world examples are better. We've minimized the number of "toy" examples and leaned more towards example code that you could actually use in your programs.

* Reusable patterns lead to better coding. Throughout the book, we'll highlight techniques that occur repeatedly in C++ programs and design patterns that you can re-use.

This book is perfect for programmers with some basic C++ skills who are looking to land a C++ programming job or embark on a C++ project. If you are experienced with C or Java, this book is a great way to get into C++ without reading through hundreds of pages of stuff you already know.

Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
Only search this product's reviews



Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.