C++ c-style strings. Repeat_char functionYay it just erased my massive post.. So I get what you mean about having 2 pointers. But I don't un...
C++ c-style strings. Repeat_char function[code] bool repeat_char(char *s, int n) { const int n_const = n; char* first_n[n_const]; ...
C++ c-style strings. Repeat_char functionSo, I have been looking over this function and I am not really sure how i would actually write it ou...
Deference Operator Thanks. Which would you say is more common? I kind of like the -> better. *'s give me nightmares a...
none of my programs will openOgoyant's suggestion will work. But I think its easier if you just use a break point. Just click on...