What does the linker error 'undefined reference to function' mean? Thanks
This is a discussion on undefined reference? within the C++ Programming forums, part of the General Programming Boards category; What does the linker error 'undefined reference to function' mean? Thanks...
What does the linker error 'undefined reference to function' mean? Thanks
The compiler cannot find the definition of a function. It's most likely due to not including the correct header files.