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 向导构建一个好的 .h 文件以用作您的 PCH。