Best place to start. For both those who have no experience in programming and those who have experience in other langauges (Python for me). It goes through everything you need to get started with C++.
onClickAddToCart(e) {
cart = {
title: 'Programming: Principles and Practice Using C++',
price : 'Rs. 4864',
author : 'Bjarne Stroustrup',
genre : 'C++',
};
}