Home C Tutorials Common Mistakes and How to Avoid Them

C Tutorials - Common Mistakes and How to Avoid Them


Hard-core C programmers may try to convince you it's your inexperience, not C's syntax, that causes this type of coding error. But there's a booming market in C source-code checkers (known as "lint" filters) to help experienced C programmers protect themselves from just these kinds of sneaky problems. If C's pitfalls weren't so pervasive, lint utility vendors would be out of business.

[Next]