News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

put to the line of error

Started by mikelouis, March 23, 2009, 12:08:51 AM

Previous topic - Next topic

mikelouis

after compile the file, if there is some error, how to configure to locate the cursor where the first error?
thank you

ollydbg

which version do you use?
It is the default behavior in code::blocks.
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.

Jenna

Quote from: ollydbg on March 23, 2009, 02:35:26 AM
which version do you use?
It is the default behavior in code::blocks.

That's the standard behaviour of C::B.

Make sure you have no special characters in the path (like accented chars, german umlauts ...).

mikelouis

but when the special caracters in the comment?

Jenna

Special chars inside the file should not matter (at least not in comments).