Sunday, December 12, 2010

Exam week

Tomorrow, Monday, I have my SYS exam at 9am. I have to leave by 6:50am... joy. At 2pm, I have to write my OOP exam.

I'm a little worried since I'm not sure how my 2nd test results look, and I'm pretty sure the exam will cover a lot of what was on our 2nd test. I'll have a good 4 hours to study for OOP after my SYS exam tomorrow. I'm going to practice writing the code for topics to hopefully help me write things a bit quicker. I can't do much more where the exam is all open book.. if I don't understand the concepts by now, I don't think studying will help much.

Still, I hope everything goes well, and good luck to those who are writing exams this week!

Friday, November 26, 2010

I wasn't just singing "Mambo No. 5"

I guess you could say I'm excited to have finished my assigned classes for the OOP assignment. Although.. I have no doubt that tomorrow will be filled with testing and tweaks (since we haven't begun any testing yet). Still happy to have everything compiling! :)

For some reason, I feel as though testing will be a breeze. Knock on wood... let's not jinx it.

Wednesday, November 24, 2010

This is madness

In OOP244, we talked a little about "this->". We did use it in our code, but it was given to us so it was never really a question.

Until OOP344, I sort of knew it.. but not enough to be able to give you a clear answer. Well, I'm happy to say that because of the assignment we're working on, I now get it. I'm now using it enough in my own code to realize what it is.

Yeah, not an amazing break through.. but I feel as though it was blog-worthy. I'm pretty happy with myself as I go through the assignment and notice that I'm catching onto concepts a bit more. It's neat.

Wednesday, November 17, 2010

Workday-Wednesday

Let's see what's on my table for my day off, shall we?

1. Download Microsoft Visio and continue working on the DBS assignment.
2. English course requires a online response (being graded on it).
3. Try to figure out INT's lab5...
4. Do DBS' lab8. Due tomorrow.
5. IRC Meeting for OOP at 8pm.
6. Hopefully get started on OOP's assignment after meeting.

I'm not looking forward to this, but it's always easier if I make lists.
/salute

Monday, November 1, 2010

OOP344 Midterm Tomorrow!

So I'm going through programs we've seen in class, and since our textbook is so.. dry.. I decided to look online for pages related to the topic we've covered so far. Because of this, I end up copying down the interesting stuff and points to my own notes (helping me study, along with understanding). I thought I'd post links to all the ones I've used so far so when it comes time for the exam, I have all the good pages with topic picked out already.

These references should all be in order from earliest in the semester up until midterm. Note that I didn't feel the need to review on every topic (ie, #include), so those are not listed.

#Define and Macros:
http://www.helsinki.fi/atk/unix/dec_manuals/DOC_40E/HTML/AQTLTBTE/DOCU_077.HTM
(tricky, but some good examples later on in the text)

Casting in C:
http://www.aui.ma/personal/~O.Iraqi/csc1401/casting.htm
(simple, also touches on the simple sizes of data types)

Void Pointers:
http://www.learncpp.com/cpp-tutorial/613-void-pointers/
(simple, good examples)

Pointers to Functions:
http://www.cprogramming.com/tutorial/function-pointers.html
(can be tricky.. make sure to read over a few times)

Multi-dimensional Arrays and Pointers:
http://www.taranets.net/cgi/ts/1.37/ts.ws.pl?w=329;b=284
(with a little bit on pointer arithmetic)



Typedef stuff:
http://en.wikipedia.org/wiki/Typedef

Logical Operators:
(**includes bitwise)


Again, this isn't everything, but these are the websites I went to and used. This is for my own reference, and please note that more than just the above were covered!



Friday, October 29, 2010

FSOSS

My goal was go to go to Thursday's workshops. I had paid my fees, woke up on time, and even left with coffee in hand.

I managed to get to Finch's bus station, but then it went down hill. I got on a bus that said "Steeles" and also "YorkU," so I asummed it would be the right one. Well... little did I know, it actually changed routes or something after I had gotten on, and went in entirely the opposite direction of school. I didn't bring enough change with me to take more than 2 routes, either.

I really don't understand the bus route system here in Toronto - or maybe it's just the TTC. Would help if they didn't charge an arm and a leg to board the bus. If I had managed to make it to school on time, that would've been an extra 10% bonus to my grades.

I'm not too thrilled.

Sunday, October 17, 2010

OOP Assignment

Test 9.24 passes, and then the program crashes! We end up corrupting "str" somehow... yet it passes everything.

My team and I have been stuck on this last issue for hours. No luck :( We have no idea what on Earth could be causing this - or how to fix it. We only have 3 hours left, too! And I still need to go over all the indenting and alignment.

...Doesn't help that I'm spending my night looking at code when I have an INT322 and DBS301 midterms tomorrow. Thank god we can have a cheat sheet.. ugh. I don't have a good feeling about these.