From: rihad Newsgroups: comp.os.msdos.djgpp Subject: ANSI C++ Date: Sat, 31 Mar 2001 14:23:06 -0800 Organization: VoronezhSvyazInform ISP Lines: 6 Message-ID: NNTP-Posting-Host: 213.172.76.35 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: serv2.vsi.ru 986030525 65823 213.172.76.35 (31 Mar 2001 09:22:05 GMT) X-Complaints-To: postmaster AT vsi DOT ru NNTP-Posting-Date: Sat, 31 Mar 2001 09:22:05 +0000 (UTC) X-Newsreader: Forte Agent 1.8/32.548 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Good day there. Can someone please tell me how to turn on strict ANSI C++ conformance? It looks like the -pedantic thing works for C only... Just so that gpp stops accepting code like int i[0]; and the like. TIA