Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 XCode 为 iOS 应用程序编写一些 C++ 代码,并且对 C++ 的支持非常基本。在 XCode 中,我将如何处理
生成 setter/getter,以及
生成局部变量还是实例变量?