Author Topic: Windows 7 (32 bit, 1 sp) HAS STOPPED WORKING  (Read 3278 times)

Aliarth

  • Guest
Windows 7 (32 bit, 1 sp) HAS STOPPED WORKING
« on: September 12, 2014, 01:11:33 am »
Hello. I using Codeblocks 12.11 version. When I write text #include <console.h> to program I got crush named "codeblocks.exe has stoped working". ???
Why I can't programming with this program? Does this program to good for me? :'(

« Last Edit: September 12, 2014, 01:20:36 am by Aliarth »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Windows 7 (32 bit, 1 sp) HAS STOPPED WORKING
« Reply #1 on: September 12, 2014, 02:31:14 am »
Can you try to test the Nightly builds and report back, maybe, this bug is already fixed.
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.