Author Topic: code blocks becomes unresponsive  (Read 3155 times)

waja

  • Guest
code blocks becomes unresponsive
« on: April 01, 2011, 03:58:54 am »
When ever I use code blocks the program works fine for a few minutes but but then invariably becomes unresponsive.
I on a 32-bit windows 7 operating system.
I thought it may just be a problem with the program but then I downloaded wxdev c++ and I had the same problem.

Any ideas?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: code blocks becomes unresponsive
« Reply #1 on: April 01, 2011, 04:11:50 am »
No much info.
Please tell us how to reproduce this problem?
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.