[Lecture 7] [Content] [Lecture 9]

Lecture 8


The presentation from the lecture 8 with introduction to object oriented programming: 14PAM_lecture8_OOP.pptx.

Implementation of complex numbers from the lecture:
With private attributes Library: complex1.h, complex1.cpp
  Application: appcompl1.cbp, appcompl1.cpp
With public attributes Library: complex2.h, complex2.cpp
  Application: appcompl2.cbp, appcompl2.cpp
Implementation of the safe array from the lecture:
Library: SafeArray.h, SafeArray.cpp
Application: app_sarray.cbp, app_sarray.cpp