hii
this line is a part part of a class:-
int GetWidth() { return m_width; };i guess it to be a function definition coz of the () after the name... but then what is the semicolon(;) doing at the end of the line????? please explain.....................
