Quote Originally Posted by 7stud
<sigh>
As someone posted, structures are for backwards compatibility with C. I thought you aspired to be a C++ programmer?
You're correct 7stud, I do aspire to program in C++. I'd thought that structures were C++ because of the tutorials, I hadn't been aware they were there for backwards compatibility until I started.

I've already got a pretty good idea how to do it via classes in C++, I'm going to try my hand at that next Classes don't seem to disimiliar in C++ than in Java, just some syntax changes and the deconstructer as far as I've seen so far.

But we'll find out tomorrow when I try converting the project to a class next, got it working perfectly with structures today