Author Topic: Birthdate  (Read 143 times)

Offline Frank_CB

  • Almost regular
  • **
  • Posts: 157
Birthdate
« on: Today at 05:51:21 am »
Why doesn't the codeblocks forum allow me to enter my birthday? It just resets it to zeroes. :( :(

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6106
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Birthdate
« Reply #1 on: Today at 07:08:58 am »
Maybe the forum software just try to project your privacy.  :)
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.