News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Problem with building

Started by ashes, March 30, 2011, 07:47:53 AM

Previous topic - Next topic

ashes

I had been using codeblocks and it worked just well. But one fine day i see that it doesn't compile the code that I have put in. I uninstalled codeblocks and reinstalled it again but the problem still persists ... it just wont build.
Please help me out I am in dire need of codeblocks now for I need to create lots of C++ programs.
Waiting for help...
Thnx

ollydbg

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.