From: sl AT psycode DOT com DOT NOSPAM (Gili) Newsgroups: comp.os.msdos.djgpp Subject: GCC 2.8.1, STL and hand-made functions Date: 5 Jun 1998 15:15:51 GMT Organization: All USENET -- http://www.Supernews.com Lines: 11 Message-ID: Reply-To: sl AT psycode DOT com DOT NOSPAM NNTP-Posting-Host: 205.205.118.190 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, I have GCC 2.8.1.. First off, I noticed that all the functionality of STL-related functions is currently in "libgpp"... Is this a temporary measure? If so, if I begin using libgpp-style classes now, will I experience a _major_ change when STL support is added? Lastly.. If I make my own classes which are based directly upon DJGPP (C) and GCC (C++) builtin functions/classes etc... will my resulting code be "portable" as well? As portable as me using "libgpp"? Thank you, Gili