This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

0-9999 counter with c

can u make a counter for 0-9999 with c ?

Parents
  • In this case, we don't know if the goal is to count from 0 to 9999 as in a tiny C loop, but it might just as well be a request for some interrupt-driven code counting events and presenting on four 7-segment displays.

    All we know, is that the request was made from someone who was too impatient to describe the problem properly, and too impatient to spend a bit of own time figuring out possible solutions. A forum is great for helping someone who have done own work, but gotten stuck. Few forums likes to step in and do home assignments.

Reply
  • In this case, we don't know if the goal is to count from 0 to 9999 as in a tiny C loop, but it might just as well be a request for some interrupt-driven code counting events and presenting on four 7-segment displays.

    All we know, is that the request was made from someone who was too impatient to describe the problem properly, and too impatient to spend a bit of own time figuring out possible solutions. A forum is great for helping someone who have done own work, but gotten stuck. Few forums likes to step in and do home assignments.

Children