Date: Thu, 23 Sep 1999 11:26:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Al Combs cc: djgpp AT delorie DOT com Subject: Re: Templates? What templates? In-Reply-To: <7scadk$k76$1@vixen.cso.uiuc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 22 Sep 1999, Al Combs wrote: > I ws wondering if anyone knows the basic layout for templates using the g++ > compiler? I'm in a C++ class, and we use CC to compile. The templates we > have to design for CC are not compatable for g++. I need to know how to > switch back and forth. I understand CC uses the standard ANSI way. When is > g++ gonna support the standard? AFAIK, g++ supports the standard. Please post sample code that is accepted by CC (on what platform, btw? CC doesn't tell anything about the machine and the OS) but rejected by g++. Also, what version of g++ are you using?