« Reply #1 on: Today at 07:08:58 am »
Maybe the forum software just try to project your privacy.


Logged
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.