Difference between revisions of "OOP344 ljubomir notes"
(→Notes) |
|||
Line 1: | Line 1: | ||
− | = | + | =Summary of topics= |
− | + | ==Week 2 - Sep 13== | |
+ | |||
+ | define | ||
+ | include | ||
+ | macros | ||
+ | operators | ||
+ | statement evaluation | ||
+ | return value of main | ||
+ | return value of printf & scanf | ||
+ | conditional compilation | ||
+ | |||
+ | ==Week 3 - Sep 20== | ||
+ | |||
+ | Pointers | ||
+ | Pointer arithmetic | ||
+ | Pointers to pointers to pointers... etc. | ||
+ | Logical operators and pointers |
Revision as of 16:09, 31 October 2009
Summary of topics
Week 2 - Sep 13
define include macros operators statement evaluation return value of main return value of printf & scanf conditional compilation
Week 3 - Sep 20
Pointers Pointer arithmetic Pointers to pointers to pointers... etc. Logical operators and pointers