January 15, 2009

Understanding Multidimensional Arrays

An array is a list of values, a data structure made up of a group of elements.
Like appearing out of the fog, arrays became more clear to me only after using them for data storage and transportation in a few programs.  Arrays get a little tricky especially when you start working with the multidimensional kind.
This [...]

January 9, 2009

Linux for Windows users

So you want to give Linux a try but you’re not sure if you want to commit?  That would normally mean that you have to either take the plunge and hope you can figure it out or find an old computer to install it on and give it a try.  I have many family and [...]