选择适当的IDE [英] selecting an appropriate IDE

查看:115
本文介绍了选择适当的IDE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Windows下开发项目时,您会推荐以下哪一种IDE /语言,包括识别手势并与操作系统交互?我将使用OpenCV库进行图像处理任务。之后,我将使用win32 API或.NET框架与操作系统交互,这取决于您建议的工具。性能也是一个主要问题。

Which one of the following IDEs/language will you recommend for developing a project under windows that involves recognizing hand gestures and interacting with the OS? I will be using OpenCV library for image processing tasks. After that I will be using win32 APIs or .NET framework to interact with the OS, depending on the tool you suggest. Performance is also a major issue.


  • Visual C ++ 2008(使用C ++ / CLI)

  • Visual C ++ 2008(使用原生C ++)

  • visual C#2008(使用.NET框架)

  • Qt

  • Dev C ++

  • Code :: Blocks

  • Visual C++ 2008 (using C++/CLI)
  • Visual C++ 2008 (using native C++)
  • visual C# 2008 (using .NET framework)
  • Qt
  • Dev C++
  • Code::Blocks

推荐答案

只有Windows。因此,我会坚持使用Visual Studio。这是一个伟大的IDE,是专门为Windows开发而设计的。

It sounds like your targeting Windows and only Windows. As such I would stick with Visual Studio. It's a great IDE and is designed specifically for windows development.

QT和Code :: Blocks都被设计为跨平台IDE。我没有很多最近的经验与这些IDEs。在过去,我发现他们提供了生成跨平台代码的工具,但不是那么好帮助您针对特定操作系统的功能。如果你只打算定位一个平台,你可能想使用一些Windows的特定功能。

Both QT and Code::Blocks are designed to be cross platform IDEs. I don't have a lot of recent experience with either of these IDEs. In the past I've found that they were great at providing tools for generating cross platform code but not nearly as good at helping you target the features specific to a particular operating system. If you are only intending to target one platform you will likely want to use some Windows specific features.

至于那种依赖于你实际做什么的语言,总的来说有些主观。我个人的建议,虽然是使用C#,除非有约束,阻止你做其他。例如,如果你必须编写一个需要C ++代码的驱动程序。

As for the language that depends a bit more on what you are actually doing and is overall a bit subjective. My personal advice though is to use C# unless there is a constraint preventing you from doing otherwise. For example if you had to write a driver which required C++ code.

这篇关于选择适当的IDE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆