Re: Newby: VC6 errors
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Sat, 16 Feb 2008 17:30:00 -0800
David Wilkinson <no-reply@xxxxxxxxxxxx> wrote:
You are also missing:
#include <string>
I would also recommend not to use
using namespace std;
in a header file. It defeats the whole purpose of having a separate namespace
for the standard library.
I'm not sure that's true. The "whole purpose" of having a separate
namespace is to let me choose whether I'm willing to pollute my global
namespace.
--
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
- Follow-Ups:
- Re: Newby: VC6 errors
- From: Bo Persson
- Re: Newby: VC6 errors
- References:
- Newby: VC6 errors
- From: Blue Streak
- Re: Newby: VC6 errors
- From: Brian Muth
- Re: Newby: VC6 errors
- From: Blue Streak
- Re: Newby: VC6 errors
- From: David Wilkinson
- Newby: VC6 errors
- Prev by Date: Re: dll loading time performance
- Next by Date: Re: Newby: VC6 errors
- Previous by thread: Re: Newby: VC6 errors
- Next by thread: Re: Newby: VC6 errors
- Index(es):
Relevant Pages
|