21
edits
Changes
→Week 3 - May 23
* [[oop344 20102 - iof functions|Basic Input/Output Functions]]
* [http://en.wikipedia.org/wiki/C_preprocessor Preprocessor Directives]
== Week 3 - May 23 ==
=== This Week ===
* Casting
* Pointers, Arithmetic
=== To Do ===
* work with svn and familiarize yourself with it
* Blog,
=== Resources ===
* [[oop344 20102 May 27 - Online IRC course| May 27 course]]
== Week 4 - May 30 ==
=== This Week ===
=== To Do ===
* write void MemCpy(void* des, void* src, unsigned int size);
** this function copies the contents of src into des, byte by byte to '''''size''''' bytes
=== Resources ===
'''