From: Nick Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem compiling c++ Date: Sun, 19 Aug 2001 15:28:12 -0400 Organization: MindSpring Enterprises Lines: 35 Message-ID: <3B80134B.A8077052@yahoo.com> References: <3B8DEB85 AT MailAndNews DOT com> NNTP-Posting-Host: a5.f7.84.d2 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------21FE449C14B0E8D3BE6C7EBC" X-Server-Date: 19 Aug 2001 19:29:58 GMT X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. --------------21FE449C14B0E8D3BE6C7EBC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > This line allows you to skip putting the prefix std:: in front of all your > statements. For instance, > 'cout' in your program would have to be 'std::cout' > And cin, if you had it, would have to be 'std::cin' > Etc, etc. Does that make it clear? Really? On my system, all C++ programs work fine without the namespace line. But I'll add it anyway, for portability. --------------21FE449C14B0E8D3BE6C7EBC Content-Type: text/x-vcard; charset=us-ascii; name="jp_prongs.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Nick Content-Disposition: attachment; filename="jp_prongs.vcf" begin:vcard x-mozilla-html:FALSE fn;quoted-printable:I set out To beg my food=3B But the time was spent Gathering violets In the fields of spring. -- Ryokan n;quoted-printable:;I set out To beg my food=3B But the time was spent Gathering violets In the fields of spring. -- Ryokan adr:;;;;;; version:2.1 end:vcard --------------21FE449C14B0E8D3BE6C7EBC--