View Single Post
Old 12-10-2004, 05:51 AM   #9 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,726
redhead is on a distinguished road
Quote:
Originally Posted by Rotkiv
thanx red.
You're welcome
Quote:
Originally Posted by Rotkiv
I was editing the original code. I was told on these forums by valmont or red or someone that using std:: was better in the long run, if you plan on getting into namespaces, then 'using namespace std;'
That is true, if you plan on having alot of members writing/editing on your code, then the std:: way is better, since you know for sure its the right namespace you're dealing with, than just asuming the "using namespace std" will apply when it reaches your part of the code, if some one else plan on changing that above your code segment.
(don't know if I express myself clear enough here...)
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote