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

SCOPE STACK OVERFLOW

HI, i am writing a program in which there are many do-while loops one inside the other...
when i try compile this program... it gives me a error stating.."'{' scope stack overflow.."
it point to braces i have used in DO-WHILE an IF statement...
plss help me to solve this problem...
THANKS...

Parents
  • We had someone do a firmware enhancement for us and he put in some finite state machines.

    Trouble was he was so engrossed with them at the individual level that he neglected to include suitable protection (like task locking) on the interaction between them.

    Careful. They are not the cure all. You still need good understanding of ALL aspects.

Reply
  • We had someone do a firmware enhancement for us and he put in some finite state machines.

    Trouble was he was so engrossed with them at the individual level that he neglected to include suitable protection (like task locking) on the interaction between them.

    Careful. They are not the cure all. You still need good understanding of ALL aspects.

Children