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.
c++builder2010 のコード補完が遅いのはなぜですか!
コード補完はコンパイラを使用します。コード補完を高速化する最善の方法は、最適化されたプリコンパイル済みヘッダーを利用することです。PCH ウィザードを試して、PCH として使用する適切な .h ファイルを作成してください。