okay the first example i get completely, when inside of a name space they are all local variables, and you access the local variables by doing
namespace_name::variable_name. but what does
Code:
using std::cin;
using std::cout;
using std::endl;
using std::string;
do? i have ideas, but id rather be sure, then get into bad thinking