I’m begginer with studying C++ using Xcode. I’m familiar with MSDN for Windows. Is there an equivalent developer resource library for Xcode on Mac OS X ?
I’m begginer with studying C++ using Xcode. I’m familiar with MSDN for Windows. Is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apple has a developer library at https://developer.apple.com/library/mac/
This covers all Apple’s platform specific technologies and APIs.
This information can also be downloaded and accessed within Xcode, if you just look around in the Xcode settings.
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. 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/