简体   繁体   English

是否存在等效于Xcode + Mac OS X的MSDN开发人员库?

[英]Is there an MSDN Developer Library Equivalent for Xcode + Mac OS X?

I'm begginer with studying C++ using Xcode. 我开始使用Xcode学习C ++。 I'm familiar with MSDN for Windows. 我对Windows的MSDN熟悉。 Is there an equivalent developer resource library for Xcode on Mac OS X ? Mac OS X上是否存在Xcode的等效开发人员资源库?

Apple has a developer library at https://developer.apple.com/library/mac/ 苹果在https://developer.apple.com/library/mac/上有一个开发人员库。

This covers all Apple's platform specific technologies and APIs. 这涵盖了所有Apple 平台特定的技术和API。

This information can also be downloaded and accessed within Xcode, if you just look around in the Xcode settings. 如果您只是在Xcode设置中浏览,则也可以在Xcode中下载和访问此信息。

However, since you say you're learning C++ and you may be used to the C++ standard library documentation on MSDN you should know that Apple's developer library does not include documentation on the standard C++ library. 但是,由于您说自己正在学习C ++,并且可能已经习惯了MSDN上的C ++标准库文档,因此您应该知道Apple的开发人员库不包含有关标准C ++库的文档。 Nor is there any reason for it to include this stuff. 也没有任何理由要包含这些东西。 This would only be duplicating widely available information. 这只会复制广泛可用的信息。

If you're looking for a good reference on the standard C++ library check out http://en.cppreference.com/ 如果您正在寻找有关标准C ++库的良好参考,请访问http://en.cppreference.com/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM