Sep 24, 2012 at 4:08pm
Because you're accessing memory you shouldn't.
Sep 24, 2012 at 4:30pm
Just because you do something wrong doesn't mean you get an error. Sometimes you are unlucky and it "works" anyway.
Last edited on Sep 24, 2012 at 4:31pm
Sep 24, 2012 at 5:28pm
What do you think it will do? You are moving down the string, not up it.
What are you trying to do, maybe we can help you with it
Sep 29, 2012 at 6:17pm
I just want to test where I get syntax error
Sep 29, 2012 at 6:29pm
you haven't told us what the error is yet, hint: it normally shows up at the bottom of the screen after you try and build the project
Sep 29, 2012 at 6:34pm
I guess I found the problem.It wasprobably modifying the constant pointer.I will report any other problem I find later.