Reddit Reddit reviews A Tour of C++ (2nd Edition) (C++ In-Depth Series)

We found 14 Reddit comments about A Tour of C++ (2nd Edition) (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
A Tour of C++ (2nd Edition) (C++ In-Depth Series)
Check price on Amazon

14 Reddit comments about A Tour of C++ (2nd Edition) (C++ In-Depth Series):

u/jokem59 · 25 pointsr/learnprogramming

Bjarne Stroustrup recently released the 2nd edition of his book "A Tour of C++" which covers all the major aspects of the language that is current through C++17.

It's concise and a very authoritative source.

The book

u/Chrinkus · 8 pointsr/cpp

This is about where I'm at, building with CMake, testing with Catch, trying to use different libraries as often as I can.

I would add the following books:

  • A Tour of C++ (2nd ed) - The C++ Programming Language is exhaustive but unfortunately getting old. The original "Tour" was an excerpt fromTCPL but the second edition has C++17 and 20 additions. Its a nice supplement to the big beast.
  • Professional CMake - This is an excellent, modern book on how to use CMake.
u/Sitezh · 6 pointsr/cpp

Someone who has come to the city first time needs a tour first. He must not get missed in details. So https://www.amazon.com/dp/0134997832/ref=cm_sw_r_cp_awdb_t1_FjjXCbC9VH5HS should be a good choice to start with.

u/lurkotato · 5 pointsr/cpp
u/wnavarre · 3 pointsr/Cplusplus

Ok. I would probably recommend A Tour of C++. It is a short book because it doesn't go on and on about stuff you already know, but is still friendly to C++ beginners.

EDIT: Read the description here <https://www.amazon.com/Tour-2nd-Depth-Bjarne-Stroustrup/dp/0134997832/ref=sr_1_1?ie=UTF8&qid=1527540269&sr=8-1&keywords=a+tour+of+C%2B%2B> and see if it describes what you want.

In particular:

> This guide does not aim to teach you how to program (for that, see Stroustrup’s Programming: Principles and Practice Using C++, Second Edition), nor will it be the only resource you’ll need for C++ mastery (for that, see Stroustrup’s The C++ Programming Language, Fourth Edition, and recommended online sources). If, however, you are a C or C++ programmer wanting greater familiarity with the current C++ language, or a programmer versed in another language wishing to gain an accurate picture of the nature and benefits of modern C++, you can’t find a shorter or simpler introduction than this tour provides.

u/NEET_Here · 3 pointsr/cpp_questions

It's not 700 pages. The second edition is just at 256 pages.

https://www.amazon.com/Tour-2nd-Depth-Bjarne-Stroustrup/dp/0134997832

u/randcraw · 3 pointsr/AskComputerScience

For a quick (256 pages) overview of modern C++ (2018), I like "A Tour of C++" by Stroustrup.

https://www.amazon.com/Tour-2nd-Depth-Bjarne-Stroustrup/dp/0134997832

​

"Accelerated C++" by Koenig and Moo is also a good short intro (352 pages), but is dated (2000).

u/nikkocpp · 2 pointsr/france

( quand je dis HTML+javascript, c'est javascript le langage de prog.)

Si tu veux apprendre le C++, sous windows tu peux télécharger VisualStudio Community (je crois que c'est comme ça que ça s'appelle la version gratuite maintenant) de Microsoft et essayer.

Sur le net ya des tonnes de cours sur google, en français en anglais pour commencer. Il faut déjà pratiquer et mettre les mains dans le cambouis.

A savoir après des années de stagnation le C++ évolue (presque) vite, certains livres parlent de C++11 alors qu'on est au standard C++17 et bientôt C++20

Après, si tu veux vraiment apprendre des trucs pour :

https://www.amazon.fr/Programming-Principles-Practice-Using-C/dp/0321992784

https://www.amazon.fr/Tour-C-Bjarne-Stroustrup/dp/0134997832/

https://www.amazon.fr/C-Programming-Language-Bjarne-Stroustrup/dp/0321563840/

https://www.amazon.fr/Effective-Modern-C-Scott-Meyers/dp/1491903996/

Sans oublier sur le net les bonnes pratiques, à jour:

http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines

Et sur youtube il y a plein de vidéos aussi, et des conférences.

Et je conseille d'apprendre le C en même temps, parce qu'en C++ on utilise beaucoup de librairies en C.

https://www.amazon.fr/langage-2e-éd-Norme-ANSI/dp/2100715771

u/danmarell · 2 pointsr/cpp_questions

These are some recent books by respected members of the c++ community.....

C++17 - The Complete Guide - Nicolai M. Josuttis https://leanpub.com/cpp17

Mastering the C++17 STL - Arthur O'Dwyer - https://www.packtpub.com/au/application-development/mastering-c17-stl

A Tour of C++ (2nd Edition) - Bjarne Stroustrup https://www.amazon.com/Tour-2nd-Depth-Bjarne-Stroustrup/dp/0134997832/

u/falllol · 2 pointsr/Turkey

genc kardesim C zaten valid C++ olmakta, yani yazidin C kodunu C++ compilerda da derleyebilirsin ornegin. O yuzden C++ ogrenmenin sana sadece artisi olur, birbirinden "temelde" farkli diller degiller ama C++ C uzerine performanstan feragat etmeden bir cok kolaylik getiriyor.

Fakat C++ ogrendiginde butun ozelliklerini kullanmak sacma ya diye dusunme. C++ bufe gibidir, butun ozelliklerini kullanmaya calisirsan corba olur her sey. Isine yarayan seylerini al.

Oyle kasmana da gerek yok sana ince bir kitap onerecegim, 2-3 gunde okursun, C++ ogrenirsin. C++ in mucidinin kitap, ve halihazirda programlama bildigin icin ogrenme probleminin %90'ini cozecektir. Bir hafta bilemedin iki haftada kompedani olursun cok kasmana gerek yok yani.

Kitap bu: https://www.amazon.com/Tour-2nd-Depth-Bjarne-Stroustrup/dp/0134997832

libgen'de de var indir oku bulamazsan.

u/rekt_brownie · 2 pointsr/programmingcirclejerk

I like https://www.amazon.com/Tour-2nd-Depth-Bjarne-Stroustrup/dp/0134997832/ref=sr_1_3?keywords=C%2B%2B+in+depth&qid=1562532539&s=gateway&sr=8-3, the Tour of C++.

I learned C++ in a really unstructured way, I learned C++11, and I basically just kept at looking at new proposals that were being introduced into the language and I was like hey these are pretty nice, I'll use them.

u/CraigularB · 1 pointr/cpp

I'm surprised that the ship time for Tour is so long on Amazon (the link here says 1-2 months: https://smile.amazon.com/Tour-2nd-Depth-Bjarne-Stroustrup-dp-0134997832/dp/0134997832/ref=mt_paperback?_encoding=UTF8&me=&qid=1556289192 ). Does anyone have a better place to buy it from, or is there a newer edition that caused this? I could always read it online I guess instead of buying the book but I like having physical programming books for some things.

u/jxing_xu1 · 1 pointr/learnprogramming

recommended book A Tour of C++ (2nd Edition) (C++ In-Depth Series)

- brief but comprehensive

- authored by c++ god father

authoritative reference cppreference.com

- maintained by c++ standard committee

- clarify c++ language details

- API manual