User: The Snowman

  • Public profile

User profile: The Snowman

User info
User name:The Snowman
History
Joined:
Number of posts:30
Latest posts:

Pointer won't point at beginning address in array
This code is designed to count the words in a string, but that's not my concern right now. It's not ...

Rate my Program
I fixed it: [code] #include <iostream> #include <cctype> int word_counter(char *); int main() { ...

Rate my Program
Damn, you're right. That was easy to break . . .

Rate my Program
This program counts the amount of words in a string: [code] #include <iostream> int word_counter(ch...

Help me understand this logic
I always have trouble with logic, even when it's simple. Here is a function designed to search an ar...

This user does not accept Private Messages