Example Code
using std::vector;   // dependency to class
using namespace std; // dependency to namespace
Was this helpful?