From: gyroscope Newsgroups: comp.os.msdos.djgpp Subject: templates in DJGPP Date: Mon, 25 Aug 1997 11:27:03 +1000 Organization: University of Queensland Lines: 18 Message-ID: <3400DF67.3545@student.uq.edu.au> Reply-To: s336627 AT student DOT uq DOT edu DOT au NNTP-Posting-Host: s339941.student.uq.edu.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk At the risk of looking foolish, I am wondering what *exactly* is the syntax for implementing templates in DJGPP. I tried this code snippet from Stroustrup's 'C++ Programming Language' and it gives me a parse error before < : template class stack { T* v; etc. }; (i read info and it brought up only how the compiler deals w/ templates) -Tobias ----------------------------------------------------------------------- "...and the enemy cried with frustration as they read the message..." - the book of delaying tactics. -----------------------------------------------------------------------