So, im working on this dumb program that reads in strings from a line, parses them out to either ints or operator chars, and calculates them as reverse polish, and im having this odd issue with a pointer somewhere.
heres the relevant pieces of code
Node *parseline(char *line){
char *ptr =...
For some reason my mouse pointer has taken to randomly moving around the screen, as if someone else was controlling it. I'm running XP SP3 with a logitech optical mouse. Any ideas?