Beginners Guide to C++ Programming - Part 1

Easy to Follow Instructions

The programming Mindset:
Before diving headfirst into any part of programming there are a few things you will need to know so you do not get overwhelmed or confused. There are many parts to the C++ programming language. Some, if not most, are really difficult are understand. In order to reduce the amount of confusion you may have, this article will attempt to prepare you to become a programmer.

Each day you get on your computer and whatever it is that you do. Do you have any idea how it works? Do you know how electronic signals go through your computer to show you what you see on your screen? Most of us probably do not understand these things. The greatest thing about programming is that you do not need to understand HOW something works. You just have to understand how to use it and what it is for. This can be said about most programming languages.

It is easier to learn a programming language with that type of mindset. As your experience grows you will eventually find out ‘how something works’. For now though, it is really only important for you to find out how to use something and what it is for. So prepare yourself, there are going to be a lot of things that are mentioned that you may not understand. That is ok, you do not need to know how it works, and you just need to know how to use it.

ANSI/IO C++ Standard:
ANSI stands for the American National Standards Institute. It is a private non-profit organization that administers and coordinates the U.S. voluntary standardization and conformity assessment system. This basically means that this company governs all things that are standard. The area that they cover is pretty large. Different organization names are given to organizations that govern different objects, services or other things. Their job is to make the world a lot less confusing. These organizations are made up of a group of professionals who are considered experts in their area of expertise.

Related information
  • These are a few things you need to know before you start.
  • Compliers can be downloaded all over then net, most for free.
  • Part 2 Coming Soon!