Shape objects in C++ (PSP)


We already discussed shape object creation and movements in VB.NET, but now lets take a look at it in C++.
The principals are the same, create an Array or ArrayList for the rectangle object, and set its x and y position as well as its width, height and color. This example will show shape object creation [...]