C++ Pointer to Class -> pointer

Objectives :

  • myClassArrayPtr2.cpp
    Search an array element with array index
  • creating class aliases with typedef. 
  • code: myClassArrayPtr2.txt

Step: 1 Create a source file.

Step: 2 Edit and save Source file

Step: 3 Runtime Views: Enter a value from 0-2 , else out-of-range error will close the editor.

Step: