A large number of functions are duplicated between standard C ++ and Qt. At some point, this seems logical, but many times it looks silly. As if I feel like I'm doing a new programming language, learning things that I already know. for example using QFile.
Also, if I do all this with the Qt method and assume that now I want to get out of the Qt framework, it will be too tedious to rewrite this code. OTOH I like Qt because it provides me with libraries that otherwise I would have to catch myself as webkit, database connection, dbus, etc.
What do you suggest for standard C ++ or make it a pure Qt way?
c ++ qt c ++ - standard-library
Xolve
source share