--- dnvpraveen <[EMAIL PROTECTED]> wrote: > Hi, > > I am writing c code for ATMEL 8051 core in ANSI c. > we are using KEIL > compiler for it. I want to test my c code and > improve my programming > skills. Can any one suggest the software tool that > can test my c code > for runtime errors? > Run your program and if it aborts you have run time errors. If you get erroneous answers, you have logic errors. The best tool for fixing logic errors is a good programmer.
Ray __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
