Error message

Get help on programming - C++, Java, Delphi, etc.
Post Reply
linkenbug60
Registered User
Posts: 96
Joined: 12 Jun 2004, 02:00
Location: Namibia
Contact:

Error message

Post by linkenbug60 »

I know it would be diffecult to understand but i am giving it a try. I wrote a scanner for a compiler. Now it has to change the stuff into tokens. when i test my program it go's into a loop giving me a Number: 0. its never stops. Keeps on giving the message until i pres ctrl c.

Just from reading and maybe giving a guess where can look for this problem...
User avatar
rustypup
Registered User
Posts: 8872
Joined: 13 Dec 2004, 02:00
Location: nullus pixius demonica
Contact:

Post by rustypup »

hmm... is this one of those zen questions?

how happy is a turnip?

does an itchy toe indicate dandruff?

without seeing the underlying logic, can you determine if this is an incrementation error, a thread logic error, a stack overflow error, an orphaned pointer error or, perhaps, the result of a pixie infestation?...

post some code.... even some pseudo code would help...

some indication of language might also be of some assistance... :wink:
Most people would sooner die than think; in fact, they do so - Bertrand Russel
Post Reply