Thread: Vowels

  1. #1
    Registered User
    Join Date
    Jun 2007
    Posts
    61

    Cool Vowels

    I also need help in writing a progam that finds vowels within a string of characters I'd gratly appreciate any help someone can give

  2. #2
    Registered User
    Join Date
    May 2006
    Posts
    903
    I'll just quote myself on my reply to your other thread:
    Seems like homework to me. Tell us what you've done, what you think you can do, pseudo-code, etc.

  3. #3
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    Here is how you do it, loop through the string, comparing that char in that point in the string to existing vowels. If I say any more, I might has well write the program for you. Sorry.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 08-11-2008, 12:50 AM
  2. Counting Vowels within a string.
    By patso in forum C Programming
    Replies: 12
    Last Post: 04-09-2008, 04:21 PM
  3. Count the number of vowels, consonants, digits etc.
    By kumar14878 in forum C Programming
    Replies: 3
    Last Post: 05-09-2005, 12:34 AM
  4. Replies: 1
    Last Post: 03-06-2005, 10:12 AM
  5. counting vowels
    By trippedwire in forum C++ Programming
    Replies: 10
    Last Post: 10-01-2004, 11:58 PM