English 中文(简体)
对C++开发的预测与视觉辅助X[封闭]
原标题:Refactor Pro versus Visual Assist X for C++ Development [closed]
Closed. This question is opinion-based. It is not currently accepting answers.

有两个主要的辅助工具可用于提供C++支持的演播室视器。 这两项工具的全文为250美元,似乎也提供了类似的功能。 它们是:

哪一种工具更好?

EDIT: My initial evaluation of the tools seems to be that Refactor Pro/CodeRush has several more features, but is also quite buggy on occasion. It doesn t seem to like macros:
(source: billy-oneal.com)

Here s Visual Assist s interpretation of the same:
(source: billy-oneal.com)

EDIT2: I think I like CodeRush over Visual Assist, but I m not sure I can trust CR. CodeRush does seem to have problems parsing some C++ constructs, like the macros above. But it s UI is much more polished. For example:
(source: billy-oneal.com)

另一方面,视力辅助X在C++开发商中似乎拥有更大的影响力,其编码分析更能改进。 这似乎不像R! 这样做不时。

我认为,此时此刻,我只得利用这两种工具,看到哪些工具更有用。 但是,如果有人用任何一种工具来制造恐怖/成功故事,我仍然很奇怪。

最佳回答

我多年来一直使用视觉辅助器,我认为它使甚小径终端更方便地开发C++。 可检索的档案清单,即《宣言》和《姓名》等功能,是不可或缺的。 虚拟学校2010年可能会使一些视觉辅助功能过时,但我相信这种功能将继续有用。

在一些情况下,视力协助会 st淡,而不是正确划出守则,但它们很少,而且很远,而且每个版本都有改进。

我用了“灵丹妙药”,因此,不幸的是,我可以说什么。

问题回答

C++ language support in CodeRush is deprecated as of 31 May 2013.

Severe Issue Support ends 1-Feb-2014
Last Date of Support is 1-Jun-2014

https://www.devexpress.com/Products/CodeRush/cpp11.xml

视力协助X良好,但不能令人满意。





相关问题
Undefined reference

I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...

C++ Equivalent of Tidy

Is there an equivalent to tidy for HTML code for C++? I have searched on the internet, but I find nothing but C++ wrappers for tidy, etc... I think the keyword tidy is what has me hung up. I am ...

Template Classes in C++ ... a required skill set?

I m new to C++ and am wondering how much time I should invest in learning how to implement template classes. Are they widely used in industry, or is this something I should move through quickly?

Print possible strings created from a Number

Given a 10 digit Telephone Number, we have to print all possible strings created from that. The mapping of the numbers is the one as exactly on a phone s keypad. i.e. for 1,0-> No Letter for 2->...

typedef ing STL wstring

Why is it when i do the following i get errors when relating to with wchar_t? namespace Foo { typedef std::wstring String; } Now i declare all my strings as Foo::String through out the program, ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

Window iconification status via Xlib

Is it possible to check with the means of pure X11/Xlib only whether the given window is iconified/minimized, and, if it is, how?

热门标签