??? 01/27/12 09:46 Read: times |
#185697 - And your work Responding to: ???'s previous message |
No information about what you have done to figure out what is wrong. Why?
By the way - how clever is things like this: void re() // reset display Wouldn't it be 100 times better to have: void check_display_reset() { ... } And then not need a comment just to try to remember what the function does? |