User profile: fish1709

User info
User name:fish1709
History
Joined:
Number of posts:3
Latest posts:

problem with recursive descent parser
I am writing a code in c++ to do a recursive descent parser/evaluation for int's for a grammar. I wi...

lost with my c++ code
@jay6390 an example of the input file would be Robert Smith 4 2 1 2 1 Jane Doe 3 1 1 2 1 @whitenit...

lost with my c++ code
I have updated my code to what i have now. I am no longer stuck in a loop, but my problem now is not...