• Date and Time
    Hi I need to compare two different date&time. Anyone ho have any app note on this?
  • Question to memory allocation with RealView RTL
    Hello, I'm using the ARM-MDK with RealView RTL in the version 3.03a. I want to allocated variable memory blocks, so I don't want to use the memory allocation macros from RTL and I want to use the...
  • day and date
    can someone help me write a C++ program that displays the day of the week of a particular date that is entered.E.g.the date entered is 23/03/2003,the program displays both the date and the corresponding...
  • Memory allocation
    Hello, I want to allocate a memory in a memory pool, so I call "init_mempool" function like this: init_mempool (&XBYTE[0x0400], 0x0C00); How can I know that the memory pool doesn't overlay on other...
  • Display TIME and DATE
    Could some body in this forum advise me with a simple code on how to diplay DATE and TIME using printf() statement. I tried cut and paste the one posted here, and it did not even compile ... whole...