News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

codeblocks project generator

Started by archman007, September 05, 2024, 02:46:24 PM

Previous topic - Next topic

archman007

This application generates a complete codeblocks project that accommodates wxWidgets, boost and MariaDB.  Click the link below for complete documentation.

https://archman.us/b4/2024/08/26/build-codeblocks-project/

ollydbg

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.