Pointer won't point at beginning address in arrayThis code is designed to count the words in a string, but that's not my concern right now. It's not ...
Rate my ProgramI fixed it: [code] #include <iostream> #include <cctype> int word_counter(char *); int main() { ...
Rate my ProgramDamn, you're right. That was easy to break . . .
Rate my ProgramThis program counts the amount of words in a string: [code] #include <iostream> int word_counter(ch...
Help me understand this logicI 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