Error writing a vector to a fileI am trying to learn how to write a vector to a file, then read that vector to from a file. In the c...
Randomization character in a stringI am trying to take the string randomID shuffle it around 26 times then pluck 5 char’s from it the...
Removing duplicates charsJust out of curiosity, is there a way to write it without using a template?
Removing duplicates charsI need to create a method that will so that it does not contain any duplicate characters from the li...
Removing an item from a vector[quote]Do you realize that you're missing several parentheses?[/quote] Yes, it was a typo on my par...