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!