OOP344 ljubomir notes

From CDOT Wiki
Revision as of 17:14, 31 October 2009 by Ljubo (talk | contribs) (Week 2 - Sep 13)
Jump to: navigation, search

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

Discussion