Program Not Displaying ProperlyLine 93 is incorrect. [code]while(count < 9, count++)[/code] Should be just [code]while(count < 9...
Problem with Code?? HELPWell x is an unsigned int. But what is 0x80000000, signed or unsigned? x may be cast to an unsigne...
extra output from a functionThe file is ok. Just need to possibly change [code]getline(infile,marketArray[i].country, '\t');[/c...
programI suggest ZinjaI - although it is not fully translated from Spanish. It uses MinGW too.
extra output from a functionI think the problem is there is no tab after the country in the infile, just a newline. The program...