Sunday, January 4, 2015

errors

In order to solve the compilation problem, add a reference to “System.Drawing” assembly according to these steps: http://ift.tt/1D6RTqy. Then add one more using line:


using System.Drawing;


Then you have to solve other problems. For example, there is no Area function, but you can implement it yourself. Or maybe in this excercise you have to implement your own Rectangle class?



No comments:

Post a Comment