From: Trimurthi, Swamy(IE10) [EMAIL PROTECTED]
Date: Mon, 23 Dec 2002 07:17:48 -0700
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: RE: linking problem, please help
Hi Igor,
Thanks for the information and guidance. I will avoid sending
personal mails hereafter.
regards,
Trimurth
Well, in your code:
> >#include
> >
> > int main()
> > {
> > cout<<"\n hello world";
> > return 0;
> > }
I see one thing wrong. The cout functions name comes from
the standard namespace, so you either have to add:
using namespace std;
or qualify the name, i.e.
std::cout
I don't know
t; Cc: [EMAIL PROTECTED]
> Subject: Re: linking problem, please help
>
> Trimurthi,
>
> The cygwin mailing list is the proper place for such inquiries. It is
> strongly discouraged to send personal mail with such requests, and they
> will, in general, be ignored. I
Trimurthi,
The cygwin mailing list is the proper place for such inquiries. It is
strongly discouraged to send personal mail with such requests, and they
will, in general, be ignored. I've forwarded this request to the proper
mailing list, and reset the Reply-to: field accordingly for your
conven
4 matches
Mail list logo