Hello
I have a cide that my friend wrote on unix.
When i compile it in windows XP I have a ompiler error c2374: edefinition; multiple initialization,
This erroris about is about this line of the code:
for (int pp=5; pp <= 11; pp++).
My compiler is microsoft visual c++.
Does anyone knows how to solve this?
Thanks
I have a cide that my friend wrote on unix.
When i compile it in windows XP I have a ompiler error c2374: edefinition; multiple initialization,
This erroris about is about this line of the code:
for (int pp=5; pp <= 11; pp++).
My compiler is microsoft visual c++.
Does anyone knows how to solve this?
Thanks