Welcome to TeachYourselfProgramming.com!

This page is to help newbies understand the basics of computer programming. It is possible to teach yourself programming, but it will take some practice. Hopefully these pages will help you along the way.

The language used for the following pages is the C programming language. C is a good language to learn on because it is relatively easy to learn. Many languages, including C++ are in some parts derived from the C Programming language. Picking up C will help you with other languages down the road.