Program won't compile on my computer but will on othersHere is my code. #include <iostream> #include <string.h> using namespace std; int index = 0; //...
Program won't compile on my computer but will on othersI have a program that is giving me getline errors on certain lines but not all. It also is giving me...
Having a problem with undeclared identifiersWhen I start removing the semi-colon, the total of errors goes up. Not sure what I'm doing wrong.
Having a problem with undeclared identifiersI know that I have sum listed as int sum but when I go to debug it shows up as undeclared identifier...
return value type does not match the function typeThat worked! Thanks!
This user does not accept Private Messages