User profile: Yezman

User info
User name:Yezman
History
Joined:
Number of posts:56
Latest posts:

C++ c-style strings. Repeat_char function
Yay 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 function
So, 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 open
Ogoyant's suggestion will work. But I think its easier if you just use a break point. Just click on...