I'm getting these errors and don't quite know what to do with them. As far as I've seen (though I've been coding for about 7 hours straight now, so issues could be evading me) the code is the same as the code in the book I'm following.
thanks!
errors:
deepcopy.cpp:18:19: error: ISO C++ forbids declaration of ‘Tricyle’ with no type [-fpermissive]
deepcopy.cpp:18:19: error: no ‘int Tricycle::Tricyle()’ member function declared in class ‘Tricycle’
deepcopy.cpp: In function ‘int main()’:
deepcopy.cpp:56:57: error: invalid operands of types ‘int’ and ‘const char [2]’ to binary ‘operator<<’