C ++ api? [英] C++ api ?

查看:73
本文介绍了C ++ api?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何找到C ++ api提供的功能?

java api布局合理,初学者可以浏览

类,他们的成员和方法可用。


你们在C ++中的表现如何?例如,..如何将一个

输入字符串转换为int(使用函数atoi或istringsteam对象)。

还有一个必须包含相应的头文件还有!!


是否有标准文档可以浏览或参考

这样的信息?

How does one find the functions provided by C++ api ?

The java api is so well laid out and a beginner can browse through the
classes, their members and methods available.

How do you folks do in C++ ? case in point,.. how does one convert an
input string to int (use funtion atoi or istringsteam object).
Well also one has to include the appropriate header file as well !!

Is there a standard documentation where one can browse or refer for
such information ?

推荐答案

mark写道:
如何找到C ++ api提供的函数?

java api布局合理初学者可以浏览
课程,他们的成员和方法。

你们在C ++中的表现如何?例如,..如何将
输入字符串转换为int(使用功能atoi或istringsteam对象)。
同样,还必须包含相应的头文件!!

是否有标准文档,人们可以浏览或参考
此类信息?
How does one find the functions provided by C++ api ?

The java api is so well laid out and a beginner can browse through the
classes, their members and methods available.

How do you folks do in C++ ? case in point,.. how does one convert an
input string to int (use funtion atoi or istringsteam object).
Well also one has to include the appropriate header file as well !!

Is there a standard documentation where one can browse or refer for
such information ?




C ++不提供API。我假设你在谈论标准的

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


- Pete



C++ provides no "API". I will assume that you are talking about the standard
library:
http://dinkumware.com/refxcpp.html

- Pete


mark写道:
mark wrote:
如何找到C ++ api提供的函数?

java api布局合理,初学者可以浏览
类,他们的成员和方法可用。

你们在C ++中的表现如何?例如,..如何将
输入字符串转换为int(使用功能atoi或istringsteam对象)。
同样,还必须包含相应的头文件!!

是否有标准文档,人们可以浏览或参考这些信息?
How does one find the functions provided by C++ api ?

The java api is so well laid out and a beginner can browse through the
classes, their members and methods available.

How do you folks do in C++ ? case in point,.. how does one convert an
input string to int (use funtion atoi or istringsteam object).
Well also one has to include the appropriate header file as well !!

Is there a standard documentation where one can browse or refer for
such information ?


http://www.cplusplus.com/

周围有很多书。


For标准模板库我喜欢Josuttis'''C ++标准

图书馆"


O''Reilly书中的C ++ in a Nutshell也很好看。


当然还有很多很好的网站,例如: -
http://www.cplusplus.com/

-

Chris Gordon-史密斯

伦敦

主页: http://graffiti.virgin.net/c.gordon-smith/

电子邮件地址:请参阅我的主页


http://www.cplusplus.com/
There are plenty of books around.

For the Standard Template Library I like Josuttis'' "The C++ Standard
Library".

The O''Reilly book "C++ in a Nutshell" also looks good.

And of course there are plenty of good web sites, eg:-
http://www.cplusplus.com/

--
Chris Gordon-Smith
London
Homepage: http://graffiti.virgin.net/c.gordon-smith/
Email Address: Please see my Home Page

Chris Gordon-Smith写道:
Chris Gordon-Smith wrote:
mark写道:
mark wrote:
如何找到C ++ api提供的功能?


你们在C ++中的表现如何?例如,..如何将输入字符串转换为int(使用函数atoi或istringsteam对象)。
那么还必须包含相应的头文件!!

是否有可以浏览或参考此类信息的标准文档?
How does one find the functions provided by C++ api ?

The java api is so well laid out and a beginner can browse through
the classes, their members and methods available.

How do you folks do in C++ ? case in point,.. how does one convert
an input string to int (use funtion atoi or istringsteam object).
Well also one has to include the appropriate header file as well !!

Is there a standard documentation where one can browse or refer for
such information ?

http://www.cplusplus.com/




我强烈建议远离该网站。在使用标准后差不多6年后,它会使用预标准的C ++,




- Pete



I highly suggest staying away from that site. It uses pre-standard C++,
almost 6 years after after the standard.

- Pete


这篇关于C ++ api?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆