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 を IDE として使用する C++ は初めてです。cout << "hello"; の使用は許可されていません。印刷するには、コンパイラは不平を言い、std:cout << を使用した場合にのみ機能します。クラス用に書くはずの方法でこれを機能させるには、Xcodeのどの設定を修正する必要がありますか? ありがとう!