User profile: nuglyfe

User info
User name:nuglyfe
Location:Boulder, CO
History
Joined:
Number of posts:21
Latest posts:

Member inaccessibility error
Thanks for your eyes! I stared and stared but somehow how didn't see it.

Member inaccessibility error
I need some help with accessing a member from a protected class. The error is on line 17 of my .cpp ...

char sum in string
I need help finding the sum of char elements in a string. For example the string below is "test stri...

arrays: pow and sum
Got it! I also needed to change [code] i<=n[/code] to [code] i<n[/code]

arrays: pow and sum
how can i raise each element in an array to it's specific location in the array using the pow functi...