Re: G++ question
"Mr K. Mean" <[email protected]>
| Newsgroups | gmane.mail.spam.spamcop.geeks |
|---|---|
| Organization | SpamCop |
| Message-ID | <[email protected]> |
Maxx Excaliber wrote: >> > Ahh... Thanks for the pointer. Someone had mentioned that I needed to look > into "namespaces" but that didn't mean a thing to me... now that you have > kind of explained it, I think I have a better grasp of it and will look at > that reference you pointed me to. :-) If you are familiar with the concept of packages in Java, it is sort of a similar thing. It is a way to be able to use a common function name across a large number of different contexts but being able to pick out and specify just the one you want to use in a specific case without having them collide.