Author Topic: FYI: wxWidgets 3.2.7 Released  (Read 1539 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6076
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
FYI: wxWidgets 3.2.7 Released
« on: March 21, 2025, 10:57:54 am »
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.