News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Windows 7 (32 bit, 1 sp) HAS STOPPED WORKING

Started by Aliarth, September 12, 2014, 01:11:33 AM

Previous topic - Next topic

Aliarth

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? :'(


ollydbg

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.