Could someone please tell me why I'm receiving a multiple definition error. I simplified the code to a basic skeleton that still exerts the error. Its driving me mad lol.
main.cpp
1 2 3 4 5 6 7 8 9 10 11
#include<iostream>
#include"list.cpp"
int main()
{
return 0;
}