Tool for checking syntactic and semantic mistakes

Hello,

it is easy to make mistake in c code. What ide or tool are you using for checking syntactic and semantic mistakes?

Jarda

Syntax errors? Netbeans or Eclipse should do that. Worst case the compiler will catch syntax errors.

Semantic errors? They don't exist. There's no automated tool that can divine what you meant when you wrote your code. And if you need automated help to catch semantic mistakes, you're going to have a tough time making a living writing not just C code but any code.