Topic: HELP: C++ Class Reference Needed!
Author: "Steven Garno" <Steven.GarnoDESPAM@Technologist.com>
Date: 1997/07/28 Raw View
I am looking for a good reference manual for all the C++ classes that,
minimally, are a part of ANSI C++ in somewhat the same layout that VB 5.0
has, whereby it shows an object and all of its methods and properties.
I am currently using MS C++ Enterprise Edition version 4.2 and the reference
manuals SUCK! For example, to look up all of the enumerations of the open
function, I have to dig and dig and dig to see what other ios::* modes there
are and what each one does. It is driving me up the wall!
So, if someone can recommend a good reference (either printed or online) I
would be greatly appreciative. It does not have to be MS necessarily, as I
write unix software as well.
If MS C++ 5.0 reference manuals have been re-vamped, then please let me
know, that is also an option.
Thanks,
Steven Garno
Steven.GarnoDESPAM@Technologist.com
To reply, remove DESPAM from the e-mail address.
---
[ comp.std.c++ is moderated. To submit articles: Try just posting with your
newsreader. If that fails, use mailto:std-c++@ncar.ucar.edu
comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
Comments? mailto:std-c++-request@ncar.ucar.edu
]
Author: walth@netcom.com (Walt Howard)
Date: 1997/07/29 Raw View
On 28 Jul 1997 11:16:02 PDT, "Steven Garno"
<Steven.GarnoDESPAM@Technologist.com> wrote:
>I am looking for a good reference manual for all the C++ classes that,
>minimally, are a part of ANSI C++ in somewhat the same layout that VB 5.0
>has, whereby it shows an object and all of its methods and properties.
>
>I am currently using MS C++ Enterprise Edition version 4.2 and the reference
>manuals SUCK! For example, to look up all of the enumerations of the open
>function, I have to dig and dig and dig to see what other ios::* modes there
>are and what each one does. It is driving me up the wall!
Hmmm. Why don't you just put the cursor on "ios" and press
F1?
---
[ comp.std.c++ is moderated. To submit articles: Try just posting with your
newsreader. If that fails, use mailto:std-c++@ncar.ucar.edu
comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
Comments? mailto:std-c++-request@ncar.ucar.edu
]