Monday, May 9, 2016

Intro To Programming


Intro To Programming C++


  • What is involved in Programming 
      So what all is involved in Programming well a short answer is that it involves writing Instructions that the Computer can understand also called Code. Code are Instructions that tell the Computer what you would like it to do they are called Programs or Software.  The Programs and Software require a Computer Programming Language of some king and there are many Programming Languages that are available but here we will be using C++. Programs are also called Application Programs or Applications as they are used to do tasks such as Mathematical, Reports and creating Games.

      The very first thing you are going to need that you should set up before we continue in this Tutorial is the latest edition of NetBeans and at the time of this writing it is version 8.0 and can be downloaded HERE. There are 5 different Download Bundles to choose from make sure that you choose the one with C++, I have chosen there one will all as I do many Programming Languages but it does take up more room on your Computer so if you are just going to be doing C++ you download it just for that purpose, you can always add Computer Languages that NetBeans supports later if you wish so it is really no big deal. 

     In our next Tutorial I will be giving you a little more in depth look into NetBeans so stay tuned for further Tutorials to come thank you.  

Followers