Boost logo

Boost :

From: Russell Hind (rhind_at_[hidden])
Date: 2004-01-14 05:01:54


Hartmut Kaiser wrote:
>
> I would write it as:
>
> using namespace std;
> if ( strcmp( name, "." ) != 0
> && strcmp( name, ".." ) != 0 )
> ...
>

That is the way I've handled it in my own code, but some people don't
like the use of using namespace, whether in .cpp files or not so that is
why I offered the 'long-winded' approach.

Thanks

Russell


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk