News:

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

Main Menu

about automatic matching brace

Started by xman, May 13, 2010, 08:21:19 AM

Previous topic - Next topic

xman

Hi guys,

is there anyway that c::B can automatically generate the matching } and ). I mean
when I type in ( then it's automatically (|) ,  with caret in the middle.
same with {}

ollydbg

Yes, it is already implemented. I guess you are using an old version of C::B.
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.