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!



No comments:

Post a Comment