Search Results for: String instruments played with bow
looking to do is pull a set number of characters from different arrays, and then run permutations on them, and then pull a different set of characters from the arrays and run permutations on those. on and on until every set of characters has been run against all others to hit every possible permutations with
lower, and number. i would want it to pick abcab and run every permutation. then abdab , abeab , ... , abcac , abdac , ... , abcab , ... xyzyz . yes, i know this will take a large amount of time to run through all of this. this is currently what i'm using: int i,j = ; int nn = ; int ln = ; int un = ; string...
http://www.cplusplus.com/forum/general/268571/