[bt-devel] namespace problems

Jason Gress bt-devel@crosswire.org
Mon, 21 Oct 2002 08:14:54 -0500


David,

	Not all of us consider namespaces basic (or at least if you were taught C++ 
on an old UNIX compiler at school that didn't support them ;) ).  Can you 
point me to a good tutorial on the internet that can clarify what exactly 
they are used for and how to use them effectively?  Thanks!

	Jason


On Monday 21 October 2002 04:27 am, David White wrote:
> BibleTime is written in C++. What's wrong with it using the features of
> the language it's written in? Namespaces or namespace-like features are
> common in almost all modern programming languages (Perl, Python, C#,
> Java, to name a few), and I don't see any problem using them. Even Sword
> has gone toward using namespaces recently.
>
> For truly advanced C++ features, which do not have good platform
> support, such as partial specialization of templates, I can understand
> not using them. Namespaces are a fairly basic feature.
>
> -David.