Multiple definitions error
I’ve posted this question because I’m stuck in a very strange problem. I have a project of few .cpp files and few headers. In particular this piece of code appears in three different .cpp files:
void printGraph2d(std::vector < std::vector > data, double dy, double dt, const unsigned int M, unsigned int intervalliTemporali); void printGraph3d(std::vector < std::vector > data, double dy, double…
View On WordPress














