Permutation of Strings in C++
- by cam
I'm looking for just a simple method for permutating strings/integers in C++. I can easily do it in C#, but I'm just learning C++ and can't seem to find the right methods.
Can someone show me a simple example that will find all permutations of an integer? And then the exact same for a string?