okay i've posted about this topic before here he goes again...

so here i am compiling a multi source program and i'm getting all these duplicate symbol from std, etc...

it has something to do with using namespace std;
in multiple files

#include <iostream>

using namespace std;

so has anyone else had a problem with this before ?