On Monday, 2015-02-09, 04:07:04, PCMan wrote: > OK, a list of main features I plan to use. > 1. auto > 2. nullptr > 3. new range based for() loop for iterating over containers
One thing to keep looking out for with this is to be very careful when applying it on Qt containers (can trigger detach(), i.e. deep copy). > 4. lambda > 5. smart pointers Could also be using Qt's smart pointer in most cases. > 6. move semantics/r value reference > 7. override keyword (optional) Can always use Q_DECL_OVERRIDE but override is of course shorter. Cheers, Kevin -- Kevin Krammer, KDE developer, xdg-utils developer KDE user support, developer mentoring
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________ Lxde-list mailing list Lxde-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxde-list