The 9th installment of my series on writing applications in C++ using Qt and boost:
Handling files - using boost::filesystem
by Jens Weller
From the article:
As part of my data is actual files (images, css, js, files...), I realized that the best way to handle those, would be to just store and load them from the file system. In the UI Qt even offers good support for displaying a folder in an Application with QFileSystemModel. But in the application...
Add a Comment
Comments are closed.