Difference between revisions of "OOP344 ljubomir notes"

From CDOT Wiki
Jump to: navigation, search
(Week 2 - Sep 13)
(Week 2 - Sep 13)
Line 6: Line 6:
  
 
include
 
include
 +
 
macros
 
macros
 +
 
operators
 
operators
 +
 
statement evaluation
 
statement evaluation
 +
 
return value of main
 
return value of main
 +
 
return value of printf & scanf
 
return value of printf & scanf
 +
 
conditional compilation
 
conditional compilation
  

Revision as of 17:10, 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