2 Topics

Member Avatar for
Member Avatar for WaelTheNoble

Hi guys, I want to construct 2D shapes in C++ program. I want to get as output an array of 2D points representing the 2D shape, while the input is the 2D shape parameters. For example, I want to pass to the function the center and radius for a circle, …

0
119
Member Avatar for Hypnos_16

[I]Create a program called, Containment, that accepts three command line arguments, a file that contains a list of shapes, and a pair of numbers the specifies the (x,y) coordinates for a point. The program should print out the list of shapes, and a true/false value that indicates if the point …

Member Avatar for Hypnos_16
0
226

The End.