Re: c++ docs

1999-06-01 Thread E.L. Meijer \(Eric\)
l-manual package, which contains the information from Silicon Graphics about the STL (g++ currently uses the SGI implementation). > > streams! "Hmmm... did i miss a -doc somewhere?". Fired up dselect, and > > couldn't find any c++ docs at all, installed or uninstalled

Re: c++ docs

1999-06-01 Thread Carl Mummert
You are probably looking for 'strstream' which you can include headers for with '#include '. The name of this class has been strstream for a couple of years, but all of the STL stuff is relatively young, so if your book is more than (about) two years old, many thngs may end up slightly inaccura

Re: c++ docs

1999-06-01 Thread David B.Teague
;Hmmm... did i miss a -doc somewhere?". Fired up dselect, and > couldn't find any c++ docs at all, installed or uninstalled... > > So, does anyone know where the docs are? Or at least how to use something > like what the book is talking about? Unfortunately, there is very

Re: c++ docs

1999-05-31 Thread Havoc Pennington
The standard string streams stuff isn't supported yet in egcs, I don't think. To find out if something is supported, see if it's there. For docs, read Stroustrup. :-) There's also: http://www.sgi.com/Technology/STL/ which is helpful. Havoc

RE: c++ docs

1999-05-31 Thread Shaleh
mmm... did i miss a -doc somewhere?". Fired up dselect, and > couldn't find any c++ docs at all, installed or uninstalled... > > So, does anyone know where the docs are? Or at least how to use something > like what the book is talking about? > g++ uses strstream. I am unsure if that is the proper ANSI name or not.

c++ docs

1999-05-31 Thread Brad
ust check the docs" i think to myself. Tried the manpages. Tried info. Tried looking in /usr/doc. i couldn't even find anything about the c++ string class (which i know i have), much less using them as streams! "Hmmm... did i miss a -doc somewhere?". Fired up dselect, and couldn&#x