Choosing the Right IDE

Which of the following IDEs / languages ​​would you recommend for developing a project under windows that involves gesture recognition and interaction with the OS? I will use the OpenCV library for image processing tasks. After that, I will use the win32 APIs or the .NET platform to interact with the OS, depending on the tool you are offering. Performance is also a major concern.

  • Visual C ++ 2008 (using C ++ / CLI)
  • Visual C ++ 2008 (using embedded C ++)
  • Visual C # 2008 (using the .NET platform)
  • Qt
  • Dev C ++
  • Code :: Blocks
+2
source share
3 answers

Windows Windows. Visual Studio. Windows.

QT, Code:: Blocks IDE. IDE. , - , , , . , , , Windows.

, , , . , #, , . , , ++.

+6

, , , IDE , / .

++/#, Visual Studio - , , , , . , SO Visual Studio.

Visual Studio Express ( ) , .

+1

++, ++/CLI . , - ++/CLI, ++ , COM-.

Jared # ( ) , , ++. OpenCV, .

Windows, Eclipse Visual Studio >= 2005, Eclipse VS.

0

Source: https://habr.com/ru/post/1764309/


All Articles