Author Topic: little bug  (Read 7107 times)

epzh

  • Guest
little bug
« on: January 11, 2012, 04:50:34 am »
1.cursor to first col when ctrl+s to save the document. it should is currnet position;
2.format code hasn't quickly key;
3.open file in code not find file path. example
file test.h in /root/devel/test/test.h
#include <test.h> the open not question
but
test.h of content is
#include "outerincludefile.h" the open has question with mouse right key. the outerinclude file.h is same as the test.h;
4.hasn't c++ code format define

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: little bug
« Reply #1 on: January 11, 2012, 05:42:15 am »
I can't understand your steps.....Can you be more specific?
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.