How organize these code ?

I am planning use boost or Qt library. Not both in one compilation but both in one repository:
C++ files will categorized:
1. Files related to boost - iterations over directories, mapping files
2. The same related to Qt
3. Files independent from this both: for example analyse data , no matter that array of bytes is in memory or mapped file.
Last edited on
Topic archived. No new replies allowed.