Author Topic: codeblocks project generator  (Read 2225 times)

Offline archman007

  • Multiple posting newcomer
  • *
  • Posts: 12
codeblocks project generator
« on: September 05, 2024, 02:46:24 pm »
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/
« Last Edit: September 05, 2024, 03:25:31 pm by archman007 »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6025
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: codeblocks project generator
« Reply #1 on: September 06, 2024, 03:37:50 am »
Hi, welcome.

I'm reply your post in wx forum days before.

Code Generator for CodeBlocks and wxWidgets - wxWidgets Discussion Forum
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.