skip to main
|
skip to sidebar
ricky-cplusplus
Wednesday, July 11, 2007
pointer to the class
My header class
class rectangle{
private:
int x,y;
public:
void setValue(int,int);
int area(void);
};
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2007
(2)
▼
July
(2)
pointer to the class
Pointers
About Me
ricky
View my complete profile
No comments:
Post a Comment