| 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? |