User profile: JHarrah

User info
User name:JHarrah
Name:Justin Harrah
Location:Nashville, TN
Website:http://www.myspace.com/jharrah
Bio:I am a new programmer. I have taken a few classes over the last year, including program logic and design, c ( as a step to understanding c++), and java.

I am also interested in learning about network security.
History
Joined:
Number of posts:4
Latest posts:

Drunk Walker Arrays
The idea of the program is to have a "drunk walker" walking from element to element inside the array...

Drunk Walker Arrays
[code] #include <iostream> #include <cstdlib> using namespace std; ...

Drunk Walker Arrays
Helios, thanks for pointing out that I had not dereferenced alphaIndex.I had some help from a teache...

Drunk Walker Arrays
Hi, I was given an assignment with arrays. The purpose of the program is to have a "drunk walker" wa...