News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

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.