11.15.09

C++ Date Class – Manipulate Dates in C++

Posted in Programming, School, c++ at 9:35 pm by bryan

Finally! I did it! Assignment #4 is complete, and I can manipulate dates pretty effing easily now.

No doubt there is already some vastly superior date manipulation library already out there… stupid school.

:) Just kidding. I learned a LOT with this assignment.

11.05.09

Vote Counting Machine: Borda & Plurality

Posted in c++ at 7:15 pm by bryan

This was my version of a C++ assignment to count votes from a text file. It’s not super useful outside the classroom, but I’m posting it anyway.