Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #31.8K
2 Posted Topics
ok, one very noticeable mistake is when you are trying to reverse your array you put cin>> SourceArray[i]; This is pretty much asking the user to re-enter on the SourceArray[] and will overwrite the first one entered. To have decimals, you must #include <iomanip> and use the 'showpoint' and 'setprecision' …
I am to open a text file, copy it, increment its ASCI characters by ten and then write it into a created text file. This is the code that I have so far.(visual c++ 6.0). The problem is that I cannot increment the characters. It gives me and overwrites my …
The End.
nezumi4