Skip to content

Category Archives: School

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

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. #include <iostream> using namespace std; class Date { private: /* | \ PRIVATE [...]

C++ Change Dispenser (My First C++ Program)

One of these days I’ll actually know how to program c++ pretty well, and when that happens, I plan to write some kickass software. But when that happens, I figured it would be pretty amusing to look back at my very first c++ program (besides the mandatory “Hello World!” app). This was our first assignment [...]

Just finished my homework

Who are you, and why do you care? You’re me (because I get no other traffic), and you don’t care for that reason. Just had to clarify that point before going any further. Yeah, I just did a bunch of quadratic equations, and I’m feeling pretty proud of myself. Sure, it’s a review of Algebra [...]