c++ 中的智能感知建造者?
我对 c++ builder 智能感知非常失望,所以我想知道是否有任何好的智能感知可以在 c++ builder 中使用?像视觉工作室这样的东西有“视觉辅助”。我当前的builder版本是2010,x2有更好的智能感知吗?
I'm very disappointed with c++ builder intellisense, so I'm wonder is there any good intellisense that can be used in c++ builder? Something like visual studio have "Visual assist". My current version of builder is 2010, is the x2 have better intellisense?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我怀疑是否有一个好的 C++ 编译器...
代码块允许用户隐藏左大括号和右大括号内的所有文本。
DevC++ 只能给不同的东西赋予颜色。而且真的很老了。我在学校学习C++时曾经使用过它。
MS Visual C++ 允许用户隐藏函数或类中的所有文本以及长度超过一行的注释。这是我个人最喜欢的。但对于旧系统(比如我用了 5 年的笔记本电脑)来说,它有点重。
如果我是你,我会开始测试我找到的任何编译器一段时间。这样您就可以看到哪一个最适合您。
I doubt if there is a good C++ compiler...
Code Blocks allows the user to hide all the text within an opening brace and a closing brace.
DevC++ can only give colors to different stuff. And it's really old. I used to use it when I was learning C++ at school.
MS Visual C++ allows the user to hide all the text within a function or class and comments that are longer than one line. This is my personal favorite. But it's a bit heavy for old systems (like my 5 year-old laptop).
If I were you, I'd start testing any compiler I find for some time. This way you can see which one mostly suits you.