Tag Archives: qstring

File names and Unicode

Dealing with file names in a cross-platform application is not easy. A question about using a file name in QString to create a new TagLib file came up on the TagLib development mailing list yesterday. The original problem was not … Continue reading

Posted in Programming | Tagged , , , , , | Leave a comment

Copy-on-write string performance

Since I’ve started using Qt, I loved the “implicit sharing” concept it uses for it’s strings and container types. It become so much easier to pass these data around. I wasn’t aware that some STL implementations have copy-on-write semantics for … Continue reading

Posted in Programming | Tagged , , , , , , | Leave a comment