Re: C++ functions help

1999-07-30 Thread Stephen Pitts
> Strange. I thought *BSD are using EGCS as well. > Nope, moving to EGCS is on the FreeBSD 4.0 feature list. Its in the ports collection for 3.2, but my ISP (understandably) probably wouldn't want to install it. -- Stephen Pitts [EMAIL PROTECTED] webmaster - http://www.mschess.org

Re: C++ functions help

1999-07-30 Thread Bernhard Rieder
"J.H.M. Dassen (Ray)" wrote: > If you want to have your C++ code portable to many systems and compiler > versions, you have to be quite conservative in your choice of C++ subset. > The mozilla folks have a writeup on this: > http://www.mozilla.org/docs/tplist/catBuild/portable-cpp.html Hmm.

Re: C++ functions help

1999-07-30 Thread J.H.M. Dassen \(Ray\)
On Fri, Jul 30, 1999 at 12:25:15 -0500, Stephen Pitts wrote: > A word of warning: In my (albeit limited) experience, C++ and > the STL has been more of a pain than a blessing. I wrote several > programs that used the STL for linked lists and sorting, and > found out that FreeBSD is not up to par wi

Re: C++ functions help

1999-07-30 Thread J.H.M. Dassen \(Ray\)
On Fri, Jul 30, 1999 at 20:24:52 +0200, Bernhard Rieder wrote: > I haven't found any really good documantation about the rest of the C++ > library. If you have a good net connection, http://www.dinkumware.com/htm_cpl/ is nice. HTH, Ray -- Cyberspace, a final frontier. These are the voya

Re: C++ functions help

1999-07-30 Thread Bernhard Rieder
Micha Feigin wrote: > > Where can i find help for the c++ functions? > exept for the info page on iostream i couldn't find any info on the other > libraries or functions of c++. There is avery good STL documentation in main/binary-i386/doc/stl-manual_.deb I haven't found any really good documa

Re: C++ functions help

1999-07-30 Thread Stephen Pitts
On Fri, Jul 30, 1999 at 07:50:52PM +0300, Micha Feigin wrote: > Where can i find help for the c++ functions? > exept for the info page on iostream i couldn't find any info on the other > libraries or functions of c++. > C++ implementations vary greatly between platforms, and even between differen

C++ functions help

1999-07-30 Thread Micha Feigin
Where can i find help for the c++ functions? exept for the info page on iostream i couldn't find any info on the other libraries or functions of c++. Thanx [EMAIL PROTECTED]