#34 in Programming languages books
Use arrows to jump to the previous/next product

Reddit mentions of Tour of C++, A (C++ In-Depth Series)

Sentiment score: 3
Reddit mentions: 4

We found 4 Reddit mentions of Tour of C++, A (C++ In-Depth Series). Here are the top ones.

Tour of C++, A (C++ In-Depth Series)
Buying options
View on Amazon.com
or
    Features:
  • DURABLE POLYESTER: 'No Soliciting No Exceptions' labels are made from 3 mil thick conformable laminated polyester that has 5-year outdoor life and aggressive adhesive backing.
  • EASY INSTALLATION: Material has an aggressive adhesive backing. Just remove the liner and apply the label to any clean surface. Labels stick to flat or curved surfaces and can be used indoors or outdoors.
  • LAMINATED PROTECTION: UV-resistant, weatherproof overlaminate protects the label from moisture, solvents, chemicals, abrasion and fading. Easily wipe off graffiti, dirt, dust, or grease.
  • GLOSSY FINISH: Labels look premium and can be spotted easily with their glossy finish, easy to clean and mar-resistant. The surface may be written on with permanent marker.
  • PACK CONTENTS: One 5 x 7 inch red, black and white label with adhesive backing.
Specs:
Release dateSeptember 2013

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 4 comments on Tour of C++, A (C++ In-Depth Series):

u/PSNB · 13 pointsr/cpp

Honestly, your best bet would probably be to read a textbook/reference on the language.

Stroustrup's "The C++ Programming Language" is quite good. If you want something more condensed, you could also check out his "A Tour of C++", which is much of the same material in a much smaller package.

u/jesyspa · 5 pointsr/learnprogramming

If you're very far already (using the language for over a year, for instance) you could try to fix the gaps by watching Going Native talks and reading A Tour of C++. If you're just starting out, I suggest either getting C++ Primer or The C++ Programming Language and working through that.

u/phao · 1 pointr/cprogramming

Before anything, I want to ask if you're really going to work with C, whose support in visual studio is really poor, or if you're going to work with C++. My question is: are you sure you'll be working with C? Isn't it C++?

I've seen a lot of people say C when they mean C++. Given how bad is the C support in visual studio, I imagine this may be your case (i.e. someone told you that you'll be working with C programming using the Visual Studio IDE).

If this is really C, then I don't have much to give you, but if you'll be working with C++, then there are some to consider.

I know there are books targeted at teaching C++ together with the Visual Studio tooling. I don't know if they're any good though.

Microsoft has its channel9 website. It has several videos covering how to use Visual Studio and also several videos on C++. Here are some of their video series which seem good:

u/OmegaNaughtEquals1 · 1 pointr/cpp

The Definitive List of books is in the sidebar. Which one you want depends (somewhat) sensitively on how much experience you have programming in other languages as well as C++. If you are new to the language but not to programming, Bjarne's A Tour of C++ can be read in a few hours and provides you with all of the essentials you need to get started in C++.

I'm not as familiar with Qt, but I have read the Qt 4.0 book. However, there are some newer books that cover Qt 5.0.