Buy 3 Get 1 Free
Our Best Sale Yet! Add 4 Books Priced Under $10 To Your Cart Learn more
-
All Categories
keyboard_arrow_down
- Bibles & Bible Related Books chevron_right
- Biographies, Autobiographies & Memoires chevron_right
- Business & Investing Books chevron_right
- Graphic Novels & Comic Books chevron_right
- Cookbooks & Everything Food chevron_right
- Education & Instructional Books chevron_right
- Fiction Books chevron_right
- Mystery Books chevron_right
- Romance Novels chevron_right
- Science Fiction & Fantasy Books chevron_right
- History Novels chevron_right
- children's books chevron_right
- Religious Books & Novels chevron_right
- Young Adult Fiction Books chevron_right
- Young Adult Nonfiction Books chevron_right
Bibles & Bible Related BooksBiographies, Autobiographies & MemoiresBusiness & Investing BooksGraphic Novels & Comic BooksCookbooks & Everything FoodEducation & Instructional BooksFiction BooksMystery BooksRomance NovelsScience Fiction & Fantasy BooksHistory Novelschildren's booksReligious Books & NovelsYoung Adult Fiction BooksYoung Adult Nonfiction Bookssecond hand booksin death series in orderme before you booknaruto booksfly guy booksleft behind series in orderred queen series orderfallen seriesfirefly lane book seriesramona booksthe selection series in orderheartland booksstone barrington books in ordersweet pickles booksatlee pine series in orderdragon masters seriesheartland book serieslightbringer seriesbeverly cleary books in orderwayside school booksthe child called itjoe pickett books in orderspy school series in orderfrank mccourt bookskate daniels booksafter books in ordertracy crosswhite serieshatchet series in orderjake brigance seriesmaya banks kgi series- Popular Searches keyboard_arrow_down
- second hand books
- in death series in order
- me before you book
- naruto books
- fly guy books
- left behind series in order
- red queen series order
- fallen series
- firefly lane book series
- ramona books
- the selection series in order
- heartland books
- stone barrington books in order
- sweet pickles books
- atlee pine series in order
- dragon masters series
- heartland book series
- lightbringer series
- beverly cleary books in order
- wayside school books
- the child called it
- joe pickett books in order
- spy school series in order
- frank mccourt books
- kate daniels books
- after books in order
- tracy crosswhite series
- hatchet series in order
- jake brigance series
- maya banks kgi series
- Buy 3 Get 1 Free
- Our Story
- Blog
- FAQ
- Contact Us
A Tour Of C++
You can add it to your wishlist and you will be notified once we receive a copy.
Book Overview
This Description may be from another edition of this product.
The C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, thoroughly covers the details of this language and its use in his definitive reference, The C++ Programming Language, Fourth Edition.
In A Tour of C++ , Stroustrup excerpts the overview chapters from that complete reference, expanding and enhancing them to give an experienced programmer-in just a few hours-a clear idea of what constitutes modern C++. In this concise, self-contained guide, Stroustrup covers most major language features and the major standard-library components-not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started. Stroustrup presents the C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including many that are new in C++11, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour Read More chevron_rightThis Description may be from another edition of this product.
The C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, thoroughly covers the details of this language and its use in his definitive reference, The C++ Programming Language, Fourth Edition.
In A Tour of C++ , Stroustrup excerpts the overview chapters from that complete reference, expanding and enhancing them to give an experienced programmer-in just a few hours-a clear idea of what constitutes modern C++. In this concise, self-contained guide, Stroustrup covers most major language features and the major standard-library components-not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started. Stroustrup presents the C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including many that are new in C++11, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour ends with a discussion of the design and evolution of C++ and the extensions added for C++11. This guide does not aim to teach you how to program (see Stroustrup's Programming: Principles and Practice Using C++ for that); nor will it be the only resource you'll need for C++ mastery (see Stroustrup's The C++ Programming Language, Fourth Edition, for that). 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. chevron_left Read LessFrequently Asked Questions About A Tour Of C++
-
How long does it take to read A Tour Of C++?
It takes about 4 Hours and 38 minutes on average for a reader to read A Tour Of C++. This is based on the average reading speed of 250 Words per minute.
-
Who wrote A Tour Of C++?
A Tour Of C++ was written by Bjarne Stroustrup
Books like A Tour Of C++
Book Reviews (7)
5
Easy to understand. Great companion to a text book.
Derived From Web , Nov 13, 2021
This book is a real gem that covers a lot of basic and advanced concepts of C++ in a way that is beginner friendly. I have a few months of college-level experience in learning C++ and feel that I could use most, if not all of the information in this book. Some books on these same topics seem to be more geared towards people with 30 years of experience. I would strongly recommend this to anyone learning C++, who has a few months of experience and is comfortable with basic programming concepts. This is a great supplement to a textbook or a class. It may be a little overwhelming if you are still learning how to write hello world, print, loops basic arithmetic and write functions and classes. But if you are comfortable with this stuff, you will love this book.
|
|
Recommended to buy:
Yes
|
2
The perfect book for people who already know C++
Derived From Web , Jan 22, 2020
The book came because it was highly recommended by experts. The author Bjarne Stroustroup is also the original author of C++. Who could better know C++ than the author of the language, POSSIBLY? There is no such thing. The sadly correct answer to this question is NO. He glosses over issues like what operating system to use, what IDE to use, what differences between various C++ environments, what issues could confuse a newbie programmer, etc. The entire book is filled with 3-line code fragments that illustrate a specific language feature, but you can easily take those 3-line code fragments and do anything useful with them, unless you're already an expert C++ developer. All this begs the question : why learn this book if you're trying to buy C++. Let the experts purchase it and put 5* ratings on it.
|
|
Recommended to buy:
No
|
4
A Fantastic Text For Both the Experienced & Inexperienced C++ Programmer:
Derived From Web , Sep 1, 2019
This book is a fantastic resource for those C++ programmers who are either experienced and well versed in the language, and ALSO those of us who are not as well versed or knowledgeable in the discipline. It is written by the originator of language and has plenty of helpful resources and examples for the readerprogrammer. It is probably more appropriate for the savvy user than for the beginner or intermediate professional, but it is helpful to the EITHER person.
|
|
Recommended to buy:
Yes
|
5
Modern C++ in a nutshell
Derived From Web , Aug 30, 2019
This book is less than 250 pages in length. It features modern C++ features that come with C++17 together with some future C++20 features. It should take a few hours or up to 2 or 3 days to read from cover to cover. The C++20 features introduced in this book are a nice preview to look ahead on the upcoming C++20 standard. It suits a former C++ programmer best to get a quick impression of C++ 17. It does not suit a programmer with zero C++ knowledge. This is not a book by C++ for beginners. In essence, this book is very important. Reading this book you won 't become a master of modern C++, but you will be equipped with a fair amount of knowledge in modern C++ so that you know what to look for and when to look deep. Personally, I wish the author could have discussed on the subject of class invariant somewhat more. I don 't have any other problems.
|
|
Recommended to buy:
Yes
|
5
As brief a possible, but no briefer
Derived From Web , Feb 2, 2019
Few authors have the respect for the reader and the confidence necessary to write books that are only as long as they need to be. This book is another example of Stroustrup, which models this ideal. I don 't hesitate to buy later editions of books I already own by Stroustrup, because they are very likely the authoritative work on the subject and, 2) it is very unlikely to be a waste of my time. This book does not attempt to teach programming with C++, but provides a new programmer with a select and concise overview of both existing and previously available C++ facilities.
|
|
Recommended to buy:
Yes
|
5
An excellent way to become familiar with modern (and future) C++
Derived From Web , Sep 18, 2018
I worked in electrical engineering and for three years in the aerospace industry. Between the device-instinct code and the archaic ANSI C and C++0x environments, I had no idea what I was missing until now. Currently I am in an industry that is a little more trusted in deploying products built on the latest compilers, including most of these features. This perspective was really valuable for me because it gave me a high level vision of how all language features and traditional library tools fit together. With a careful use of the scope and std features, you can pay such small performance penalties for massive improvements in code - base size, clarity and resource management. I keep this for reference by my desk.
|
|
Recommended to buy:
Yes
|
4
A must read for modern C++ programmers
Derived From Web , Jul 30, 2018
A solid overview of modern C++ by the venerable creator of C++ himself. An easy and engaging read, best read with a compiler so that you could type in the code snippets to drive home the various points that the author makes. A concise book, most knowledge points are presented only briefly, isolated points are seldom repeated, points building upon each other are progressively mentioned with independent examples. Suitable for people who have C++ experience from the old school. For newbies, it is better to start with a tutorial first. Very happy to have out of order now that it is pre-ordered. Published only 4 stars because of the poor editing job of the publisher. Many typos for the first print, words like absolute can be spelled wrong, where is your spell checker? Nevertheless, a book to be placed on the desk and not on the shelf would be preferred to buy a hardcopy if it is available.
|
|
Recommended to buy:
Yes
|
List of All Editions of A Tour Of C++
-
Paperback (Out of stock) remove remove
New from | Used from |
---|