What next?A great one I'm working through right now is Effective C++, by Scott Meyers. It has 55 concrete piec...
Frequency Substitution DecryptionMay I suggest changing the entire second post (The first one with code in it) into this: [code]#i...
Not sure I'm understanding the proper use of functionsI don't know what compiler you're using, but using Visual Studio 2008 you'll get an error like this:...
Simple guessing game, or a mistake?Ack! I meant to get an initial input, then start looping with input re-entered at the end of the loo...
Simple guessing game, or a mistake?Since you've already solved your problem, I figured I might throw in a few pointers from what I've l...