User: blurz

  • Public profile

User profile: blurz

User info
User name:blurz
History
Joined:
Number of posts:12
Latest posts:

Letter and Word Project Output Error
OK I figured it out without any input(at this point) I had forgotten to add a for loop at line 34...

Letter and Word Project Output Error
Hello, I was just finishing up a project and though it compiled I seem to be getting a logic error. ...

Repeating characters that should be deleted are not.
[code]void delete_repeats(char array[], int size) { int i, j, k; for (i=0; (i<size);...

Repeating characters that should be deleted are not.
I understood and changed 20 but lines 9 and 15 have me baffled, am I able to keep these two as for l...

Repeating characters that should be deleted are not.
Thanks for the clarification keskiverto- so the problem I am encountering is that my loops will not ...

This user does not accept Private Messages