Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

yes, you can do it with visual studio.visual studio is an IDE which come with the compiler of c++. Qt, wxWidgets, fltk and openCV are c++ libraries.Every decent c++ compilers should be able to compile them. Qt is one my favorite library, it could cross many platforms -- windows, osx, linux, android, ios, blackberry and so on.If you need a portable c++ libraries which suit for application developement, Qt is a good choice for it.

yes, you can do it with visual studio.visual studio is an IDE which come with the compiler of c++. Qt, wxWidgets, fltk and openCV are c++ libraries.Every decent c++ compilers should be able to compile them. Qt is one my favorite library, it could cross many platforms -- windows, osx, linux, android, ios, blackberry

  1. windows
  2. osx
  3. linux
  4. android(Qt5.2 will provide full support)
  5. ios(Qt5.2 will provide full support)
  6. blackberry

and so on.If you need a portable c++ libraries which suit for application developement, Qt is a good choice for it.

yes, you can do it with visual studio.visual studio is an IDE which come with the compiler of c++. Qt, wxWidgets, fltk and openCV are c++ libraries.Every decent c++ compilers should be able to compile them. Qt is one my favorite library, it could cross many platforms -- platforms

  1. windows
  2. osx
  3. linux
  4. android(Qt5.2 will provide full support)
  5. ios(Qt5.2 will provide full support)
  6. blackberry

and so on.If you need a portable c++ libraries which suit for application developement, developement on desktop and mobile, Qt is a good choice for it.