Have you also discovered all the new great C++11 stuff? So far I’ve used only the new flavor of auto and some ranged for-loops, but already those I think are excellent improvements.
If you try them in your Qt app however, chances are you will get a compiler error 🙁
Posted on February 18, 2014, 11:10 pm By hskoglund
No comments yet Categories: C++, Qt
Hi (first post: the reason I started this blog was all the small details re. Qt installation, deployment etc. Had some scattered notes, so I thought why not put them on the web, that way I’ll find them for sure next time they’re needed.)
The really outstanding feature of Qt: you can have a reasonable complex program written in C++ running fine on Windows, then recompile the code in Qt for the Mac or Linux and chances are pretty high it’ll behave the same!
