Thread: return types
View Single Post
Old 12-30-2004, 10:28 PM   #17 (permalink)
falsepride
Regular Contributor
 
Join Date: Oct 2004
Posts: 230
falsepride is on a distinguished road
one last question about this, the lines useing std:cout; and what not. its saying that your using the function inside the standard namespace. so if i wanted to i could make my own cout function inside a namespace called blah. and if i put using blah::cout; everytime i used cout, it would use my function. and if did std:cout<< "hello word"; it would use the standard cout function. right?
falsepride is offline   Reply With Quote