Thread: Multiple Files
View Single Post
Old 09-18-2005, 02:26 PM   #6 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Ah, glad you figured it out. Here is a little tip: don't add "using namespace std;" in files. Every file that depends on it is forced to use the same namepspace. This defeats the purpose of namespaces. Since you are looking for a new style, I'd reccomend to always type std:: explicitly like I did. It's more typing but at least it is correct. Good luck!
__________________
Valmont is offline   Reply With Quote