News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Rev 0 from SVN

Started by ordak, July 20, 2018, 01:36:48 PM

Previous topic - Next topic

ordak

Hi,

I just built Code::Blocks revision 11428 . After running it, I see rev 0 . Is this normal ?
Code::Blocks SVN
OS : Ubuntu LTS

ollydbg

You can search the forums first, the answers can be found here: rev 0 ?
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.