You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Point struct to represent x and y coordinates.
Add a Rect strcut to represent width and height.
Add a Dimension struct which holds to above two structs.
Encapsulate common geometrical computation code into function pointers for each above structure.
The text was updated successfully, but these errors were encountered:
Add a Point struct to represent x and y coordinates.
Add a Rect strcut to represent width and height.
Add a Dimension struct which holds to above two structs.
Encapsulate common geometrical computation code into function pointers for each above structure.
The text was updated successfully, but these errors were encountered: