Author Topic: Someone on Reddit can't register to forums  (Read 137 times)


Online ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6165
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Someone on Reddit can't register to forums
« Reply #1 on: Today at 04:23:27 am »
https://www.reddit.com/r/codeblocks/comments/1r8vgpr/is_codeblocks_still_alive/

Thanks for the report.

Maybe, he could change his email address and register again.

If that still failed, I think I will wrote an email to our web admin to check whether the email system works or not.

Note the email notification(our the forum thread) works OK.
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.