RE: linking problem, please help

2002-12-23 Thread [EMAIL PROTECTED]
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

RE: linking problem, please help

2002-12-23 Thread Dockeen
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

RE: linking problem, please help

2002-12-23 Thread Trimurthi, Swamy(IE10)
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

Re: linking problem, please help

2002-12-23 Thread Igor Pechtchanski
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