Lists all of the journal entries for the day.

Tue, 9 Sep 2003

12:16 AM - this and that

I finally figured out the PERT/critical path analasis stuff in my discrete book. I feel dumb now. It just clicked...

I'm getting the same answers as the book now.. i had trouble understanding the books diagrams.. mine were fine.

Doing laundry how fun...

Today is our wedding anniversary. Its been 3 years today. Caryn should get home in a few hours.. then we are off to dinner.

I had a lab today in ece today.. ewe. Circuit design stuff is so dull to me. Its like shitty programming, aka Perl. I think i need to allocate more time to that class now. I wish i could malloc my brain sometimes! Wouldn't it be nice to store school crap in an easy to search array.. just allocate more and put a pointer to it for each class your taking.. just a thought.

btw malloc is a function (or macro?) that allocates memory in C "dynamically." For example, lets say you have 200 characters you want to store for some reason.. say an address field on a form, you could simply do this.. malloc( 200 * sizeof(char) ). That would allocate 200 bytes of ram to your storage area. You can then address it similar to an array. You must use the sizeof part because everything is a different size.. integers, characters, floating point numbers, etc. Not everything uses only one byte. In fact, if it was unicode it would use two!

Back to work...

location: Home

()