Difference between revisions of "OOP344 ljubomir notes"
(→Week 3 - Sep 20) |
(→Week 2 - Sep 13) |
||
Line 3: | Line 3: | ||
==Week 2 - Sep 13== | ==Week 2 - Sep 13== | ||
− | define | + | *define |
− | + | *include | |
− | include | + | *macros |
− | + | *operators | |
− | macros | + | *statement evaluation |
− | + | *return value of main | |
− | operators | + | *return value of printf & scanf |
− | + | *conditional compilation | |
− | statement evaluation | ||
− | |||
− | return value of main | ||
− | |||
− | return value of printf & scanf | ||
− | |||
− | conditional compilation | ||
==Week 3 - Sep 20== | ==Week 3 - Sep 20== |
Revision as of 16:14, 31 October 2009
Overview
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