For some odd reason I'm just now getting errors when I open and run my program in Code::Blocks. It was working before but now I get a "undefined reference to
BloodInStool::BloodInStool() and BloodInStool::BloodAppears()" error.
The files are in good places where it can be reached and all so I don't know why this error is occurring. Any help is appreciated.
An undefined reference occurs when the linker cannot find the definition of a function that is called. Is the source file that contains these functions part of your project?