Description: 1, to prepare and test the 3 × 3 matrix transpose function, use the array to save 3 × 3 matrix 2, using dynamic memory allocation to re-generate dynamic array to complete the title, use the pointer to achieve the function function. 3. To write a program to define the base class Car Vehicle, with Run, Stop and other member functions, which it has derived two derived classes: (bicycle type), (car class), from Bbicyce, Motoracar derived Motorcycle (Motorcycle Class ), they have the Run, Stop and other member functions. Note that the role of virtual functions.
File list (Check if you may need any files):
p03.cpp
p02.cpp
p01.cpp