Undefined reference C++

You may be compiling skewNormal.cpp to a .o file, but you’re not including it when you compile main.cpp.

Leave a Comment