Packages and namespaces

Introduction

Introduction

cpp double colon meaning

when do use by eg

#include <iostream>
std::cout

if want to just use eg cout

using namespace std;
cout

can use namespace in a specific scope, eg a function.