After creating a class called student i aslo include a constructor and destructor the implementation code is shown below.
student::student(){;}
student:: ~student(){;}
but i still have an error message as -
" return type specification for constructor invalid"
can any one help me figure whats wrong ??