EE test and CD’s
I’m feeling pretty relieved because I just got out of EE, where I had an exam, and I think I did well, maybe even really well. While taking it, I wasn’t sure about how I did the timing diagrams, but … Continue reading
I’m feeling pretty relieved because I just got out of EE, where I had an exam, and I think I did well, maybe even really well. While taking it, I wasn’t sure about how I did the timing diagrams, but … Continue reading
Source for enqueue() and dequeue() functions to add and remove data from a queue in a class. Node Struct Definition C++ struct node { string what; // Used for brand string serialNumber; node* next; … Continue reading
In a Unix environment when working with C++ or C, a Makefile can be a very handy thing. Instead of typing several separate commands each time you update a file and want to recompile, you can just type make and … Continue reading
I’ve decided that overly fastidious people bug me. Blazer Café served pork ribs tonight (freaking ribs! I couldn’t believe it) that were actually pretty good, but messy, naturally. Well, when I eat ribs, I just dive right in and get … Continue reading
Yesterday was spent, from 9a-8:15p, in the campus library where the regional programming contest was being held. Jessica and I were helpers, Jess as “Operations Support” (i.e. she got to run print-outs from the printer to contestants) and myself as … Continue reading