Preview

Purposes of Functions

  • Modules
  • Hiding Details
  • Design of Functions
  • An Example - Cards

    Separate Compilation

  • Monolithic version of a program
    Three pieces:
  • main
  • function implementation
  • header file

  • Compilingthe pieces

    Linker Errors

  • Unresolved text symbol

    Afterview