473,396 Members | 1,599 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,396 software developers and data experts.

C++ api representation ?

is there a representation of C++ api (on the web.. ) similar to the
java api (on the sun's web site) that is laid out graphically, one can
view all the classes and for each class one can access its
members/methods
Jul 22 '05 #1
7 1096
> is there a representation of C++ api (on the web.. )
similar to the java api (on the sun's web site) that is
laid out graphically, one can view all the classes and
for each class one can access its members/methods


http://www.dinkumware.com/manuals/reader.aspx?lib=cpp
Jul 22 '05 #2
Le 01/06/2004 à 14:22:30, mark <ma*********@yahoo.com> a écrit:
is there a representation of C++ api (on the web.. ) similar to the
java api (on the sun's web site) that is laid out graphically, one can
view all the classes and for each class one can access its
members/methods


http://gcc.gnu.org/onlinedocs/libstd...espacestd.html

--
Nomak
Jul 22 '05 #3
> is there a representation of C++ api (on the web.. ) similar to the
java api (on the sun's web site) that is laid out graphically, one can
view all the classes and for each class one can access its
members/methods


Standard C++ has no concept of "api" and "graphically".

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
To iterate is human, to recurse divine.
-L. Peter Deutsch
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Jul 22 '05 #4
Prateek R Karandikar posted:
is there a representation of C++ api (on the web.. ) similar to the
java api (on the sun's web site) that is laid out graphically, one can
view all the classes and for each class one can access its
members/methods


Standard C++ has no concept of "api" and "graphically".

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
To iterate is human, to recurse divine.
-L. Peter Deutsch
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


He never suggested such, shut up.
-JKop
Jul 22 '05 #5
mark wrote:
is there a representation of C++ api (on the web.. ) similar to the
java api (on the sun's web site) that is laid out graphically, one can
view all the classes and for each class one can access its
members/methods

I know of nothing equal to the Java API documentation for the C++ standard
library. Bear in mind that the actual Java Language is not documented in
the API documentation. Also bear in mind the C++ Standard specification is
not freely available on the net.

These are all variants on the same concept of online documentation of the
C++ Standard Library:
http://www.roguewave.com/support/docs/
http://www.sgi.com/tech/stl/

It pains me to reference anything from the heart of software darkness, but
this seems fairly good:
http://msdn.microsoft.com/library/de...ML/stdlbhm.asp

This is a pretty nice hyperlinked version of an older draft of the standard.
http://www.itga.com.au/~gnb/wp/cd2/

The actual standard document can be useful. I really wish it were
colorcoded. Particularly the template header pages. If you are serious
about C++, the standard document is worth having. You can get it here for
$18.00 US:

http://www.techstreet.com/cgi-bin/de...uct_id=1143945
Finding information about libraries quickly and effectively in the way Java
programmers do is something some established C++ programmers find
offensive. The idea that such a thing should be easy offends them.

--
STH
Hatton's Law: "There is only One inviolable Law"
KDevelop: http://www.kdevelop.org SuSE: http://www.suse.com
Mozilla: http://www.mozilla.org
Jul 22 '05 #6
Steven T. Hatton wrote:
Finding information about libraries quickly and effectively in the way Java
programmers do is something some established C++ programmers find
offensive. The idea that such a thing should be easy offends them.


;-)

Jul 22 '05 #7
"Steven T. Hatton" <su******@setidava.kushan.aa> wrote in message news:<Tq********************@speakeasy.net>...

The actual standard document can be useful. I really wish it were
colorcoded. Particularly the template header pages. If you are serious
about C++, the standard document is worth having. You can get it here for
$18.00 US:

http://www.techstreet.com/cgi-bin/de...uct_id=1143945


A flimsy hardbound:

http://www.amazon.com/exec/obidos/tg...books&n=507846

-Luther
Jul 22 '05 #8

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

Similar topics

9
by: Arun Goel | last post by:
Hi, I came across this question from a website.. According to the C++ standard, what is an object's internal representation in memory guaranteed to be? a) Initialized b) On a word boundary...
7
by: Philipp H. Mohr | last post by:
Hello, I am trying to xor the byte representation of every char in a string with its predecessor. But I don't know how to convert a char into its byte representation. This is to calculate the...
10
by: Mantorok Redgormor | last post by:
I always see posts that involve the representation of integers, where some poster claims that the unerlyding representation of an integer doesn't have to reflect on the actual integer, for example:...
11
by: pemo | last post by:
Ambiguous? I have a student who's asked me to explain the following std text (esp. the footnote). 6.2.6.1.5 Certain object representations need not represent a value of the object type. If...
5
by: wanghz | last post by:
Hello, everyone. I have a problem when I'm processing unicode strings. Is it possible to get the 8bit-string representation of any unicode string? Suppose I get a unicode string: a =...
9
by: johan.tibell | last post by:
I'm in the process of writing an interpreter for lambda calculus (i.e. a small functional programming language) in C. I've previously written one in Haskell so I understand at least some of the...
5
by: Andrea | last post by:
Hi, I'm a newbie i want to know how can i convert string to its binary representation, i want to write a program where an example string "hello world" is transformed in his binary representation...
26
by: Carramba | last post by:
Hi! How can I output value of char or int in binary form with printf(); ? thanx in advance
15
by: khan | last post by:
Hi, I read that pointer representation can non-zero bit pattern, machine specific.Compiler when comes accross value '0' in pointer context, converts it to machine specific null pointer...
10
by: Richard Tobin | last post by:
May all-bits-zero be a trap representation for a pointer? What if I calloc() space for a structure containing pointers? -- Richard -- "Consideration shall be given to the need for as many as...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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.