View Code #include<iostream>using namespace std;class point{public : int x,y; point(); point(int x,int y); ~point();};void main(){ point p1; point p2(800,600); cout<<"p1: "<<p1.x<<" "<<p1.y<<endl; cout<<"p2: "<<p2.x<< Read More
posted @ 2011-12-07 10:38
Because Of You
Views(254)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号