User profile: vin

User info
User name:vin
History
Joined:
Number of posts:195
Latest posts:

Program Not Displaying Properly
Line 93 is incorrect. [code]while(count < 9, count++)[/code] Should be just [code]while(count < 9...

Problem with Code?? HELP
Well x is an unsigned int. But what is 0x80000000, signed or unsigned? x may be cast to an unsigne...

extra output from a function
The file is ok. Just need to possibly change [code]getline(infile,marketArray[i].country, '\t');[/c...

program
I suggest ZinjaI - although it is not fully translated from Spanish. It uses MinGW too.

extra output from a function
I think the problem is there is no tab after the country in the infile, just a newline. The program...