---
product_id: 5108281
title: "C++ Programming in easy steps"
price: "B/.11"
currency: PAB
in_stock: false
reviews_count: 13
url: https://www.desertcart.com.pa/products/5108281-c-programming-in-easy-steps
store_origin: PA
region: Panama
---

# C++ Programming in easy steps

**Price:** B/.11
**Availability:** ❌ Out of Stock

## Quick Answers

- **What is this?** C++ Programming in easy steps
- **How much does it cost?** B/.11 with free shipping
- **Is it available?** Currently out of stock
- **Where can I buy it?** [www.desertcart.com.pa](https://www.desertcart.com.pa/products/5108281-c-programming-in-easy-steps)

## Best For

- Customers looking for quality international products

## Why This Product

- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Description

C++ Programming in Easy Steps instructs you how to program in the powerful C++ language, giving complete examples that illustrate each aspect. C++ Programming in Easy Steps begins by explaining how to download and install a free C++ compiler so you can quickly begin to create your own executable programs by copying the book's examples. It demonstrates all the C++ language basics before moving on to provide examples of Object Oriented Programming. The book concludes by demonstrating how you can use your acquired knowledge to create programs graphically in the free Microsoft Visual C++ Express Integrated Development Environment (IDE). C++ Programming in Easy Steps makes no assumption you have previous knowledge of any programming language so it's ideal for the newcomer to computer programming. It has an easy-to-follow style that will appeal to programmers moving from another programming language, and to the student who is studying C++ programming at school or college, and to those seeking a career in computing who need a fundamental understanding of object oriented programming.

Review: This is the Best Book to Learn C++ and Here's How - This is an excellent start to learn C++. The book takes you step by step into actual C++ programming without technical jargon or mumbo-jumbo. While the steps seem mundane, they provide a sound basis of this complicated language and will facilitate your use of the most extensively used contemporary computer language. A word of caution, you must complete all the exercises in the book (ie type them into your computer and watch them run!). You cannot learn any computer language without using it. It helps if you have a project in mind, because you can best learn the language by actually doing something with it. Here are some important adjuncts. An excellent C++ language (console edition, by Orwell) can be downloaded from the internet at no charge on the sourceforge site. There is a wonderful source on the internet called cplusplus which has an extensive reference base and a very active forum to answer questions and help with problems. This is particularly important with C++ because there are a zillion little quirks in the language (example: who knew that you can't load a file title from a saved string but have to add the suffix .c_str on the string?). You will find the participants in the forum are tolerant and patient for what may seem to be even the most stupid questions. Be very careful downloading material, many C++ sites contain spyware/computer viruses which are impossible to remove. The site recommended above seems to be free of these problems. Your reward: C++ is here to stay and is the basis for most new languages. I wondered why until completing the implementations of my previous applications. C++ is 20 times faster (I measured it) than my old compiled Pascal programs, is more facile, and works with many operating systems. Go for it!
Review: Very good starting point - I started years ago with Mike McGrath's "C Programming in Easy Steps" I picked up in London before I found them in the USA. As a hardware designer more and more of my designs have embedded processors. Today most processors are supplied with reference designs, eval boards, and sample code including C++ code that runs under a OS on a host. What I needed was a top level guide to understand the sample code sufficiently to tailor it to my specific application and a reference to decipher the error messages as a result of my tailoring. McGarth's book was perfect. I have long since graduated to a book shelf of "heavy" C reference books which I use. But McGarth's book is within close reach for the occasion when I haven't used a function for a while and need a quick peek to remember the correct syntax. C++ Programming in Easy Steps has proven to be as useful as the C version as I tackle C++ sample code for a host OS application. The book’s format is very clean and well organized. Each section has at least one complete example and avoids generalized snippets that only a CS major would appreciate. He includes useful Tips and “Beware” to avoid common pit-falls many people fall into when first writing code. His books are not full of what is supposed to be humor as some are. They are very clear and to the point. If you are a student, hobbyist, old Fortran coder, or a hardware designer and need to bang out some rudimentary C++ code for a project this book is highly recommended.

## Technical Specifications

| Specification | Value |
|---------------|-------|
| Best Sellers Rank | #4,240,440 in Books ( See Top 100 in Books ) #446 in C Programming Language #797 in C++ Programming Language #5,632 in Computer Programming Languages |
| Customer Reviews | 4.3 out of 5 stars 221 Reviews |

## Images

![C++ Programming in easy steps - Image 1](https://m.media-amazon.com/images/I/413Wkm+HEGL.jpg)

## Customer Reviews

### ⭐⭐⭐⭐⭐ This is the Best Book to Learn C++ and Here's How
*by A***T on March 20, 2014*

This is an excellent start to learn C++. The book takes you step by step into actual C++ programming without technical jargon or mumbo-jumbo. While the steps seem mundane, they provide a sound basis of this complicated language and will facilitate your use of the most extensively used contemporary computer language. A word of caution, you must complete all the exercises in the book (ie type them into your computer and watch them run!). You cannot learn any computer language without using it. It helps if you have a project in mind, because you can best learn the language by actually doing something with it. Here are some important adjuncts. An excellent C++ language (console edition, by Orwell) can be downloaded from the internet at no charge on the sourceforge site. There is a wonderful source on the internet called cplusplus which has an extensive reference base and a very active forum to answer questions and help with problems. This is particularly important with C++ because there are a zillion little quirks in the language (example: who knew that you can't load a file title from a saved string but have to add the suffix .c_str on the string?). You will find the participants in the forum are tolerant and patient for what may seem to be even the most stupid questions. Be very careful downloading material, many C++ sites contain spyware/computer viruses which are impossible to remove. The site recommended above seems to be free of these problems. Your reward: C++ is here to stay and is the basis for most new languages. I wondered why until completing the implementations of my previous applications. C++ is 20 times faster (I measured it) than my old compiled Pascal programs, is more facile, and works with many operating systems. Go for it!

### ⭐⭐⭐⭐⭐ Very good starting point
*by H***T on December 28, 2012*

I started years ago with Mike McGrath's "C Programming in Easy Steps" I picked up in London before I found them in the USA. As a hardware designer more and more of my designs have embedded processors. Today most processors are supplied with reference designs, eval boards, and sample code including C++ code that runs under a OS on a host. What I needed was a top level guide to understand the sample code sufficiently to tailor it to my specific application and a reference to decipher the error messages as a result of my tailoring. McGarth's book was perfect. I have long since graduated to a book shelf of "heavy" C reference books which I use. But McGarth's book is within close reach for the occasion when I haven't used a function for a while and need a quick peek to remember the correct syntax. C++ Programming in Easy Steps has proven to be as useful as the C version as I tackle C++ sample code for a host OS application. The book’s format is very clean and well organized. Each section has at least one complete example and avoids generalized snippets that only a CS major would appreciate. He includes useful Tips and “Beware” to avoid common pit-falls many people fall into when first writing code. His books are not full of what is supposed to be humor as some are. They are very clear and to the point. If you are a student, hobbyist, old Fortran coder, or a hardware designer and need to bang out some rudimentary C++ code for a project this book is highly recommended.

### ⭐⭐⭐⭐ Perfect 1st book
*by M***O on June 7, 2014*

Pros: Short (~180 pages) in full color. Easy to follow, big font, SMALL coding samples. You won't die trying to get through this book. Easy to make notes, not to lose interest, and to cover basic concepts one at a time so you can go back to youtube or a larger book to see each concept more in-depth. Keeps you organized. I'd say this book is geared towards children with all the color, but it greatly helped me (I'm 24). Cons: Covers the basics (great for beginners!) thus good only if you're a super beginner to programming in general. Also doesn't cover the basics in depth- just code, straight to the point. What it is and how to use it, no theory behind it. Some examples redundant or useless, and some things (ie the use of this->) isn't encouraged in the c++ community the way its illustrated. But again, not a big deal, and much of it is personal preference. Suggestion: If you're new to programming and are trying to pick up these skills, get this book. Get CodeBlocks or NetBeans or a similar platform downloaded, and get a git account (free) to upload your code online to GitHub. Git will keep you motivated to continue (you can track your status, etc). Good luck!

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.com.pa/products/5108281-c-programming-in-easy-steps](https://www.desertcart.com.pa/products/5108281-c-programming-in-easy-steps)

---

*Product available on Desertcart Panama*
*Store origin: PA*
*Last updated: 2026-06-12*