Search:

Type: Posts; User: The Doctor

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    4,174

    I tried to compile your code (removing line 37)...

    I tried to compile your code (removing line 37) and it compiled. It just didn't remove the vowels.

    I suspect your use of some of the string functions is wrong. Perhaps you should look up how those...
  2. Replies
    3
    Views
    4,174

    Line 37. enteredword = word; Is there any...

    Line 37.
    enteredword = word;

    Is there any reason you need that? Unless I'm mistaken that line sets "enteredword" equal to a variable called "word", which does not exist in that scope (the...
Results 1 to 2 of 2