9 C:\Users\X200\Documents\C++ Project\Item.cpp ISO C++ forbids declaration of `student' with no type
--
10 C:\Users\X200\Documents\C++ Project\Item.cpp expected class-name before '(' token
--
20 C:\Users\X200\Documents\C++ Project\Item.cpp ISO C++ forbids declaration of `student' with no type
--
25 C:\Users\X200\Documents\C++ Project\Item.cpp expected class-name before '(' token
--
25 C:\Users\X200\Documents\C++ Project\Item.cpp no `Student::~Student()' member function declared in class `Student'
--
C:\Users\X200\Documents\C++ Project\Item.cpp In function `void setAge(int)':
--
39 C:\Users\X200\Documents\C++ Project\Item.cpp `age' undeclared (first use this function)
--
(Each undeclared identifier is reported only once for each function it appears in.)
--
C:\Users\X200\Documents\C++ Project\Item.cpp In function `int main()':
--
45 C:\Users\X200\Documents\C++ Project\Item.cpp `dog' undeclared (first use this function)
--
45 C:\Users\X200\Documents\C++ Project\Item.cpp expected `;' before "myDog"
--
47 C:\Users\X200\Documents\C++ Project\Item.cpp `myDog' undeclared (first use this function)