Author Topic: Rev 0 from SVN  (Read 3001 times)

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
Rev 0 from SVN
« on: July 20, 2018, 01:36:48 pm »
Hi,

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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Rev 0 from SVN
« Reply #1 on: July 20, 2018, 04:56:25 pm »
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.