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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6075
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
FYI: wxWidgets 3.2.7 Released
« on: Today at 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.