Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

if above is Classifier.h, there must be a Classifier.cpp too, containing the code for your functions.

make sure, you add that file to your project, so the code gets compiled and linked, too.

if above is Classifier.h, there must be a Classifier.cpp too, containing the code for your functions.

make sure, you add that file to your project, so the code gets compiled and linked, too.

(it's not missing an external lib, just a file of yours)