In A Tour of C++, Second Edition, Bjarne Stroustrup, the creator of C++, describes what constitutes modern C++. This concise, self-contained guide 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.
onClickAddToCart(e) {
cart = {
title: 'A Tour of C++',
price : 'Rs. 3329',
author : ' Bjarne Stroustrup',
genre : 'C++',
};
}