you have been very helpful, thank you very much. I have fixed these things you have told me about and tried out that -Wall in my makefile, which is awesome btw, but I still have the same error. program will not run. one of the errors I finally got rid of that the -Wall command showed me was on line 71 (inside fetch) which i removed by changing
toCode:(*q) -> front -> next;
which I'm not really sure if that makes sense to an experienced programmer, but it seemed to work out in my head... and I also moved the free temp and return fetch data outside of the else statement, but that did not fix it either.Code:(*q) -> front = (*q) -> front -> next;



2Likes
LinkBack URL
About LinkBacks



