I am currently working on a medium/large project on Code::Blocks and I am wondering how to organize my files.
First, it seems that creating \"virtual folders\" in Code::
In one of my projects in Code::Blocks I use different folders in my source folder; client, common and server.
I then have different compile targets, so that the client compile target will use the source files found in client and common, and the server compile target will use the source files found in server and common.
Not sure if that's what you're after but here is a picture of how my project looks like: