Monday, February 2, 2009

Introduction

Hello all and welcome to Popping Programming! This blog will cover all the basics of programming you need to know such as proper syntax, form and different languages. It will start off talking about the basic languages that many programmers know such as Java and C++ and will then continue on to the languages not as well known such as Pascal, Dylan, and Ada. All programming languages consist of a compiler which converts the source code written by a programmer into machine language. After you write the code, you want to compile it and then you will know if the program has any errors or if it is error free. If it is error free, you are able to run your program to make sure that it does what you want it to do. If there is an error int your source code however, you have to correct it in order to make a working program!

No comments:

Post a Comment