In some of my programs I encounter error message in the middle of the successful start without debugging.... is there a code showing the reason of the error message?
masterjiraya -3 Junior Poster
Recommended Answers
Jump to Postdepends on the error message. compile your program for debugging and find out what's causing the problem.
Jump to PostPress the Go Advance button, then scroll down near the bottom of the screen and you will see Manage Attachments. Hit that, then the browse button will let you find the file on your computer.
Jump to PostThe problem seems to be in this code snippet
else if (posfijo[i] != ' ' ) { // else began y = numStack.top(); numStack.pop(); x = numStack.top(); numStack.pop();
Apparently the stack is empty when top() is called.
How to fix it -- I don't know without …
All 9 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
masterjiraya -3 Junior Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
masterjiraya -3 Junior Poster

iamthwee
Ancient Dragon commented: that's what I was thinking too :) +34
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster

iamthwee
masterjiraya -3 Junior Poster
mitrmkar 1,056 Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.