c++ - Does QT use managed code? -


i have been looking @ qt , seeing how ideal code with: code once, deploy everywhere, , drag , drop. (scratch, grown ups :d) anyway, managed, unmanaged, or c++/cli standard qt form? used native/unmanaged c++ code, , msvc c++ made more complex needed be, , deploy 1 platform. however, being oldschool c++ coder, decided against using qt if had learn managed code too. realize might have learn managed someday, if can avoid it save me lots of time.

qt cross-platform application , ui framework developers using c++ or qml, css & javascript language. qt creator supporting qt ide.

you use common c++ syntax code qt + make use of course of qt classes, qt macros , qt meta-call mechanism, still c++. qt doesn't depend on c++/cli or other proprietary frameworks.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -