Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/15/02 13:41
Read: times


 
#29186 - RE: lint
"And if you're really serious about finding little gotcha's and non-conformances, run lint on your code and see what it whines about!"

A very good point!
The compiler will only detect actual errors in your use of the language; lint can help you find where you've written code which is legal, but may well not do quite what you wanted; the classic example is probably the use of '=' in an 'if' where '==' was intended!

List of 9 messages in thread
TopicAuthorDate
Passing parameters            01/01/70 00:00      
RE: Passing parameters            01/01/70 00:00      
RE: Passing parameters            01/01/70 00:00      
RE: Passing parameters            01/01/70 00:00      
RE: Passing parameters            01/01/70 00:00      
RE: Passing parameters            01/01/70 00:00      
Debugging preprocessor problems            01/01/70 00:00      
RE: Debugging preprocessor problems            01/01/70 00:00      
RE: lint            01/01/70 00:00      

Back to Subject List