• Not the right answer
    I do not see the right answer when i use this function. float comppoly(x) { float y1,y2; float a1=0.1,b1=0.3,a2=2.1,b2=5.3,c=0.22; y1=a1*x+b1; y2=a1*x^2+b2*x+c; return(y2>y1);}; ?can you...
  • a curious thing about this forum
    when I 'open' the forum by http://www.keil.com/forum/post.asp it is usually there in a couple of seconds; however, if I click 'refresh' it hangs. Erik
  • can't find the blasted thing
    I know there is an option "periodically update values in watch windows" but I can't find the blasted thing. someone tell, please Erik
  • puts error
    hi, puts ("Line #1"); this outputs Line #1 but puts (""Line #1""); gives error why it is so As i want to output "Line #1"
  • puts
    hey want to ask that the put() function has a line feed and enter in itself?????? or what?