• Rand function Method
    I would like to know on which method Keil rand() function generates the random values.Are they using LCM or Linear Feedback shift register or any other method? Please help me in this. Thanks Gopi...
  • Rand function Method
    I would like to know on which method Keil rand() function generates the random values.Are they using LCM or Linear Feedback shift register or any other method? Please help me in this. Thanks Gopi...
  • keypad in interrupt method
    hi friends, iam trying to write keypad programm using interrupt method and send the pressed key to terminal. but iam not getting the char everytime.
  • keypad in interrupt method
    hi friends, iam trying to write keypad programm using interrupt method and send the pressed key to terminal. but iam not getting the char everytime.
  • anyone have a better method
    when I have to catch accesses to foo() and some pesky valid call happens all the time, in code like this: void foo(BYTE x} [ ...... ] foo(47); // one of many that might be the culprit foo(12);...