News
Well, if you're working in C++, you <I>should</I> be using the string class and not character arrays (IIRC, the string class has search and replace methods, but I may be hallucinating).
I used the C++11 initialization using {}s, the range based for loop to step through the array, and auto to allow the compiler to determine the type of the iterator. The C++ range based for makes ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results