Creating a permutation function@tntxtnt: The point is for me to write it myself.
Creating a permutation functionI'm creating a method to calculate all possible permutations of a string. I know the problem is with...
Adding items to a vectorThanks. And yes, I would normally write the code the way you suggested, but for this specific task, ...
Adding items to a vectorI have the following code: [code] vector <int> myVector; int theData; ifstream myFile; my...
Why am I getting zeros back from a class using inheritanceThat makes perfect sense! Thanks for your help!
This user does not accept Private Messages