Undefined Reference |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Undefined Reference to Item::Item() |
inline
keyword for the constructor, which means it must be internally linked (ie: can't be in a separate cpp file).inline
functions into the header.inline
keyword.
#include
*.cpp