Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~395 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for newbee3

I had a similar problem to do and this may help you. I am new to C++ so I know it can be a little overwhelming. I hope this helps. #include "stdafx.h" #include <iostream> #include <fstream> #include <iomanip> #include <string> #include <cstdlib> #include <cctype> using namespace std; struct webHits { …

Member Avatar for C++Challenged
0
249
Member Avatar for C++Challenged

I need to write a program to decipher a code and process a set of characters in a text file. this is the text file: >EBC;Iit_is a CaPital Mistake tO_theorize Before_one has DatA123. There are 6 encrypted characters at the beginning of the file. The encryption is based on the …

Member Avatar for hardatwork
0
146

The End.