News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Saving Property Sheets with Code::Blocks

Started by NightOfFear, June 06, 2013, 03:39:02 AM

Previous topic - Next topic

NightOfFear

I am using Code::Blocks 10.05 on Debian 7.0.0.

Does Code::Blocks have a way of saving property sheets/settings so that one does not have to reenter the same list of search directories every time one builds a new program?

Thanks,
Peter.

ollydbg

Use the Menu:
Save project as template...
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.