News

Ideally, I'd only like to have to pass the array itself as a parameter, and not have the redundancy of also including Type and size. More options Report Add bookmark Share ...
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).