• C PLUS PLUS SCHOOL
    HELLO I AM NEW TO C PLUS PLUS AND I WANT TO LEARN IT. CAN ANYONE TELL ME SOME BOOK NAMES? I HAVE BOUGTH A BOOK FROM AMAZON, BUT I COULDNT USE IT. MEAN I NEED A BOOK WHICH STARTS FROM BEGINNERS...
  • dis chargeing the capacitor in LPC2138 c plus plus
    simulating in c plus plus. to discharge a 200uF/450v Electrolytic cap at the output takes longer time to discharge when we switch OFF the mains in No load / no lamp condition. . Switching on the...
  • Bar graph
    Hi In my project iam measuring the leak rate. The range of leak rate is 1.0E-11 to 1.0E-02.Up now I measured leak rate and displayed On the 7 segment display with 0.1 resolution. Here I used look...
  • What is range of the ticks in the os_wait()
    hi: I want to know the range of the ticks in the os_wait() when the event which is timeout or interval is being waited for. for example: os_wait(K_TMO, ticks ,0); os_wait(K_IVL, ticks ,0); what...
  • Question on RTX51Tiny os_wait
    What would happen if you have an os_wait or os_wait2 call with an interval of X milliseconds, such as while {TRUE) { os_wait2(K_IVL, X); //do some stuff } and the "stuff" takes more than X...