• program
    I WANT A C++ PROGRAM TO WRITE OVERLOADED FUNCTIONS TO CONVERT AN ASCII STRING TO INT AND TO CONVERT AN ASCII STRING TO A FLOAT
  • microprocessor program
    Hello, I am making a fingerprint ignition system,and i want a microprocessor program for it. Can u help me!
  • program not compiling
    hello, i am using Nordic nrf51822 board with Arm cortex M0. When I am compiling the program it gives error as: main.c: error: C3903U: Argument '-D__EVAL' not permitted for option 'device'. I am using...
  • program help...
    i want to produse a time delay of10 sec but i am not able to do it with a for loop... i am using 89v51rd2... crystal fr: 11.0592MHz...
  • Assembly program
    NAME MODULENAME .... .... EXTRN CODE (function1) .... .... mov dptr,#0x9000 mov a,@dptr cjne a,#0x02, label1 lcall my_isr_function label : NOP .... .... Is this the correct...