Author Topic: The strange Code hints in C language with CC-plugin  (Read 5172 times)

Offline xunxun

  • Almost regular
  • **
  • Posts: 187
The strange Code hints in C language with CC-plugin
« on: November 17, 2010, 02:32:09 pm »
The C language hints should be "main::xx", and the right bracket ")" may be redundant.
Regards,
xunxun

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The strange Code hints in C language with CC-plugin
« Reply #1 on: November 24, 2010, 06:49:56 am »
After debugging for about one hour, the bug should be fixed by this patch. :D
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.

Offline xunxun

  • Almost regular
  • **
  • Posts: 187
Re: The strange Code hints in C language with CC-plugin
« Reply #2 on: November 24, 2010, 09:30:55 am »
You are very great. 3ks.
Regards,
xunxun