User: geo28t

  • Public profile

User profile: geo28t

User info
User name:geo28t
History
Joined:
Number of posts:6
Latest posts:

Logic error?
So for this function, it is supposed to remove any duplicate elements in an array and replace them w...

How to count punctuation marks in an array
But how would it be implemented with an array of strings? Such as string array[4] = { "howard.", ...

How to count punctuation marks in an array
I have seen many ways to REMOVE punctuation marks in an array, but how would one go about it when im...

Pass by Reference and Value
I do not fully understand why the output of this code is what it is. WHat changes once "foo" is impl...

Palindrome
bool isPalindrome( string s ) { bool result = true; size_t begin = 0; size_t end = s...

This user does not accept Private Messages