PDA

View Full Version : question about pointer-parameter


C++
01-20-2011, 12:54 AM
Hi all, I am trying to write a program that computes the areas of intersecting rectangles. The coordinates of the rectangles are given. A rectangle may intersect another one or just stand alone. My code is: <div class="codeblock"> <div class="spaced"> <div><span class="mediumfont">C++...