Ok. Some of you didn't see the update yesterday, and probably didn't even visit yesterday after the point it was updated, BUT! basically my stupid code, I forgot that arrays start at 0, not 1, so it was displaying basically the second news update through the 6th, instead of the 1st through the 5th. For those taking C++ class and know for loops, basically I had a for loop that was (int i=1;i<=5;i++) when it was suppose to be (int i=0;i<=4;i++). Anyway, gtg, I'll work on the site later today and add some cool shiznat!
Spork.

Leave a comment