equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 int main() |
19 int main() |
20 { |
20 { |
21 |
21 |
22 |
22 cout << "Testing classes xy and boundingbox." << endl; |
23 |
23 |
24 typedef xy<int> XY; |
24 typedef xy<int> XY; |
25 |
25 |
26 XY seged; |
26 XY seged; |
27 XY a(1,2); |
27 XY a(1,2); |