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

We found 4 Reddit comments about Tour of C++, A (C++ In-Depth Series). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Programming Languages
C & C++ Programming
C++ Programming Language
Tour of C++, A (C++ In-Depth Series)
Check price on Amazon

4 Reddit comments about 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.