Posts
 
Reputation
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
~231 People Reached
Favorite Forums
Favorite Tags
c++ x 6

2 Posted Topics

Member Avatar for knewc

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' …

Member Avatar for nezumi4
0
121
Member Avatar for nezumi4

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 …

Member Avatar for Lerner
0
110

The End.