Thread: return types
View Single Post
Old 12-28-2004, 07:14 PM   #8 (permalink)
falsepride
Regular Contributor
 
Join Date: Oct 2004
Posts: 227
falsepride is on a distinguished road
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
falsepride is offline   Reply With Quote