"vivekian" <viveklinux@gmail.com> wrote in message
news:1148913257.282697.113060@38g2000cwa.googlegro ups.com...[color=blue]
> Hi,
>
> I am not sure if this is a relevant topic here, anyways,
>
> When using the std namespace is it a good practice to ..
>
> put this right at the beginning
>
> using namespace std ;
>
> or is prefixing std before each feature access e.g. std::string a
> better thing to do ? The confusion because different books suggest
> different things ..[/color]
The FAQ answers this about using namespace std;
http://www.parashift.com/c++-faq-lit....html#faq-27.5