News:

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

Main Menu

[ASK]After Installation

Started by zlivkun, March 22, 2011, 11:08:16 PM

Previous topic - Next topic

zlivkun

hello there
several hours ago i've downloaded C::B 10.05 setup mingw
and installed it. then i created new file and write some codes
but when i want to build and run it,nothing happened
build log was empty, no comments or warning

i've been configure the setting compiler and debugger
but its remained the same
anybody know 'bout this problem??thx 4 ur attention :D

ollydbg

Quote from: zlivkun on March 22, 2011, 11:08:16 PM
then i created new file and write some codes
but when i want to build and run it,nothing happened
build log was empty, no comments or warning
what's the exact steps you did??
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.