Mail Archives: djgpp/1998/10/10/11:55:58
dannys AT erols DOT com wrote:
>
> itemtst1.cc: follwed by a number, 0, 7, 10, etc and then "undefined
> reference to 'StockItem: :Display and other similar messages to numerous
I'm not a real C++ user, but it sounds like you are not picking up the
header file with the declaration of the class, StockItem. Check the
#includes, and see if you have everything you need in the directory you
are compiling from, or see the gcc info regarding the -I switch.
- Raw text -