473,394 Members | 2,052 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Online/HTML documentation for Std Lib

Hi,

I would like to have a decent set of HTML docs for the entire Standard
C++ Library, as opposed to STL-only docs like the pages at SGI. I've
been using the MSDN docs but,...ugh...I'm sure I don't have to explain
why they stink.

Does this exist?

Jul 23 '05 #1
7 1575

"egoebel" wrote:
I would like to have a decent set of HTML docs for the entire Standard
C++ Library, as opposed to STL-only docs like the pages at SGI. I've
been using the MSDN docs but,...ugh...I'm sure I don't have to explain
why they stink.

http://www.dinkumware.com/refxcpp.html

/Pavel
Jul 23 '05 #2
Pavel Vozenilek wrote:

"egoebel" wrote:
I would like to have a decent set of HTML docs for the entire Standard
C++ Library, as opposed to STL-only docs like the pages at SGI. I've
been using the MSDN docs but,...ugh...I'm sure I don't have to explain
why they stink.


http://www.dinkumware.com/refxcpp.html


I'm sure we don't have to explain why these stink too.

They are too terse to be useful. They are just the ISO definitions of each
method, printed out like a reference. Here's 'cout':

cout
extern ostream cout;
The object controls insertions to the standard output as a byte stream.

To actually beat use out of 'cout', a novice would need complete examples.

--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand
Jul 23 '05 #3
Phlip wrote:
Pavel Vozenilek wrote:

http://www.dinkumware.com/refxcpp.html

I'm sure we don't have to explain why these stink too.

They are too terse to be useful. They are just the ISO definitions of each
method, printed out like a reference. Here's 'cout':

cout
extern ostream cout;
The object controls insertions to the standard output as a byte stream.

To actually beat use out of 'cout', a novice would need complete examples.


Sigh. The first step for using any reference material is to look it over
so that you understand its organization and its target audience. You're
right that our documentation isn't written for novices. You're wrong
that it stinks. Your description is quite misleading; I won't speculate
on whether that's from malice or ignorance. There's far more descriptive
information than in the ISO standard. On the other hand, in many cases
it's deliberately terse, because that's all that's needed. If you read
what our documentation says about "standard output", "byte stream", and
you'll know exactly what that description of cout means. Finding the
descriptions of those terms isn't hard: they're hot links in the
descriptive text that you quoted, although for some reason you didn't
mention that.

--

Pete Becker
Dinkumware, Ltd. (http://www.dinkumware.com)
Jul 23 '05 #4
Phlip wrote:
Pavel Vozenilek wrote:

"egoebel" wrote:
I would like to have a decent set of HTML docs for the entire Standard C++ Library, as opposed to STL-only docs like the pages at SGI. I've been using the MSDN docs but,...ugh...I'm sure I don't have to explain why they stink.
http://www.dinkumware.com/refxcpp.html


I'm sure we don't have to explain why these stink too.

They are too terse to be useful. They are just the ISO definitions of

each method, printed out like a reference. Here's 'cout':

cout
extern ostream cout;
The object controls insertions to the standard output as a byte stream.
To actually beat use out of 'cout', a novice would need complete examples. Examples isn't really what I am looking for. I'm looking for something
like doxygen (or javadoc). A reference with hyperlinks between
different types and so forth.

I'm tempted to try running doxygen against VC++ or one of my Linux
systems, but it would be nice if someone or some vendor had a site that
was laready "clenaed up."

--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand


Jul 23 '05 #5

"Phlip" wrote:
> I would like to have a decent set of HTML docs for the entire Standard
> C++ Library, as opposed to STL-only docs like the pages at SGI. I've
> been using the MSDN docs but,...ugh...I'm sure I don't have to explain
> why they stink.


http://www.dinkumware.com/refxcpp.html


I'm sure we don't have to explain why these stink too.

They are too terse to be useful. They are just the ISO definitions of each
method, printed out like a reference. Here's 'cout':

cout
extern ostream cout;
The object controls insertions to the standard output as a byte stream.

To actually beat use out of 'cout', a novice would need complete examples.

Hmm. Detailed complete examples are scattered around the web.
Either that or a book.

/Pavel
Jul 23 '05 #6

Pete Becker wrote:
Phlip wrote:
Pavel Vozenilek wrote:

http://www.dinkumware.com/refxcpp.html

I'm sure we don't have to explain why these stink too.

They are too terse to be useful. They are just the ISO definitions of each method, printed out like a reference. Here's 'cout':

cout
extern ostream cout;
The object controls insertions to the standard output as a byte stream.
To actually beat use out of 'cout', a novice would need complete examples.


Sigh. The first step for using any reference material is to look it

over so that you understand its organization and its target audience. You're right that our documentation isn't written for novices. You're wrong
that it stinks. Your description is quite misleading; I won't speculate on whether that's from malice or ignorance. There's far more descriptive information than in the ISO standard. On the other hand, in many cases it's deliberately terse, because that's all that's needed. If you read what our documentation says about "standard output", "byte stream", and you'll know exactly what that description of cout means. Finding the
descriptions of those terms isn't hard: they're hot links in the
descriptive text that you quoted, although for some reason you didn't mention that.

Actually I took another look at Dinkumware's documentation. It's pretty
close to what I am looking for.
--

Pete Becker
Dinkumware, Ltd. (http://www.dinkumware.com)


Jul 23 '05 #7
egoebel wrote:
Actually I took another look at Dinkumware's documentation. It's pretty
close to what I am looking for.


My bad. Sorry Pete. I thought MSDN's was the same.

http://msdn.microsoft.com/library/en...asp?frame=true

Now that has an example of std::vector::push_back().

And it doesn't even use 'void main'!!!

Do you suppose Herb S. is actually working for a living? ;-)

--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand

Jul 23 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: JPP | last post by:
Hi all, For a new project i'm looking for a java (or javascript) html-editor which can be used within an online cms. This editor should have the possibility to create client-side imagemaps. So...
49
by: Aidan | last post by:
I rely heavily on MSDN for documentation when it comes to HTML/DHTML/JavaScript/CSS but as a result I often have problems getting my stuff to work in Netscape/Mozilla/Firefox. I like the MSDN...
3
by: Lada 'Ray' Lostak | last post by:
Hello ppl, Imagine some online system, based on PgSql. There are 'many' parts which depends on each other. I will give small example, but instead of simple table imagine changing tenths various...
4
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - What online resources are available? ----------------------------------------------------------------------- ...
34
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - What online resources are available? ----------------------------------------------------------------------- *...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.