Difference between revisions of "OOP344 ljubomir notes"

From CDOT Wiki
Jump to: navigation, search
(Week 3 - Sep 20)
(Week 3 - Sep 20)
Line 14: Line 14:
 
==Week 3 - Sep 20==
 
==Week 3 - Sep 20==
  
*Pointers
+
*pointers
*Pointer arithmetic
+
*pointer arithmetic
*Pointers to pointers to pointers... etc.
+
*pointers to pointers to pointers... etc.
*Logical operators and pointers
+
*logical operators and pointers
 +
 
 +
==Week 4 - Sep 27==
 +
 
 +
*#undef
 +
*casting
 +
*unsigned variables
 +
*multi-dimentional arrays and their pointer notation
 +
*pointers to functions
 +
*pointers to pointers to pointers... etc.
 +
*typedef, enum
  
 
=Discussion=
 
=Discussion=

Revision as of 18:08, 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

Week 4 - Sep 27

    1. undef
  • casting
  • unsigned variables
  • multi-dimentional arrays and their pointer notation
  • pointers to functions
  • pointers to pointers to pointers... etc.
  • typedef, enum

Discussion