How organize these code ?

Jun 12, 2019 at 2:41am
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 Jun 12, 2019 at 2:46am
Topic archived. No new replies allowed.