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:
Casting in C:
http://www.aui.ma/personal/~O.Iraqi/csc1401/casting.htm
(simple, also touches on the simple sizes of data types)
(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)
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)
Pointer Arithmetic:
http://www.eskimo.com/~scs/cclass/notes/sx10b.html
(pictures!)
Little bit on Unions:
http://publications.gbdirect.co.uk/c_book/chapter6/unions.html
http://www.eskimo.com/~scs/cclass/notes/sx10b.html
(pictures!)
Little bit on Unions:
http://publications.gbdirect.co.uk/c_book/chapter6/unions.html
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